Chromium Code Reviews

Unified Diff: tests/compiler/dart2js_extra/async_helper.dart

Issue 2345083003: dart2js: run dartfmt on tests (Closed)
Patch Set: revert another multipart test Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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');
}
« no previous file with comments | « tests/compiler/dart2js_extra/assert_with_message_test.dart ('k') | tests/compiler/dart2js_extra/async_stacktrace_test.dart » ('j') | no next file with comments »

Powered by Google App Engine