Index: tests/compiler/dart2js/emit_const_fields_test.dart |
diff --git a/tests/compiler/dart2js/emit_const_fields_test.dart b/tests/compiler/dart2js/emit_const_fields_test.dart |
index 14385d7d7a7b6010bc67eb6deed66a9f4e20bae5..3076df7cbcca2755fb6abf3e4d9bb3babf2c1118 100644 |
--- a/tests/compiler/dart2js/emit_const_fields_test.dart |
+++ b/tests/compiler/dart2js/emit_const_fields_test.dart |
@@ -20,8 +20,7 @@ main() { |
main() { |
asyncTest(() => compileAll(TEST_GUIDE).then((generated) { |
- Expect.isTrue(generated.contains("42")); |
- Expect.isFalse(generated.contains("TITLE")); |
- })); |
+ Expect.isTrue(generated.contains("42")); |
+ Expect.isFalse(generated.contains("TITLE")); |
+ })); |
} |
- |