Index: tests/compiler/dart2js_extra/async_helper.dart |
diff --git a/tests/compiler/dart2js_extra/async_helper.dart b/tests/compiler/dart2js_extra/async_helper.dart |
index a4263b515fecf7d6eeedc627e6c3e12da5d99361..b7ee2fd59bf2af2ddd7ab3c83da959549f8aa521 100644 |
--- a/tests/compiler/dart2js_extra/async_helper.dart |
+++ b/tests/compiler/dart2js_extra/async_helper.dart |
@@ -18,6 +18,7 @@ void asyncTest(void test(void onDone(bool success))) { |
if (!success) throw 'test failed'; |
print('unittest-suite-success'); |
} |
+ |
test(onDone); |
print('unittest-suite-wait-for-done'); |
} |