Remove async test from list_push_back

This commit is contained in:
Jason Turner 2016-02-01 15:38:32 -07:00
parent d0630d5edd
commit 357df5c8ec

View File

@ -8,7 +8,5 @@ assert_equal(3, x.front());
assert_equal("A", x.back());
// push_back newly constructed return value that's non-copyable
x.push_back(async(fun(){}))