Remove async test from list_push_back
This commit is contained in:
parent
d0630d5edd
commit
357df5c8ec
@ -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(){}))
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user