diff --git a/tornado-assembly/src/bin/tornado-test b/tornado-assembly/src/bin/tornado-test index 1237090b08..a3937ee7fd 100755 --- a/tornado-assembly/src/bin/tornado-test +++ b/tornado-assembly/src/bin/tornado-test @@ -51,7 +51,6 @@ __TEST_THE_WORLD__ = [ TestEntry("uk.ac.manchester.tornado.unittests.TestHello"), TestEntry("uk.ac.manchester.tornado.unittests.arrays.TestArrays"), TestEntry("uk.ac.manchester.tornado.unittests.arrays.TestArrayCopies"), - TestEntry("uk.ac.manchester.tornado.unittests.functional.TestLambdas"), TestEntry("uk.ac.manchester.tornado.unittests.vectortypes.TestFloats"), TestEntry("uk.ac.manchester.tornado.unittests.vectortypes.TestHalfFloats"), TestEntry("uk.ac.manchester.tornado.unittests.vectortypes.TestDoubles"),