From 357df5c8ec36a7e74c430a4a775852e349c754b7 Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Mon, 1 Feb 2016 15:38:32 -0700 Subject: [PATCH] Remove async test from list_push_back --- unittests/list_push_back.chai | 2 -- 1 file changed, 2 deletions(-) diff --git a/unittests/list_push_back.chai b/unittests/list_push_back.chai index 5a058fc..35b8fa6 100644 --- a/unittests/list_push_back.chai +++ b/unittests/list_push_back.chai @@ -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(){}))