mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
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());
|
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