Index: tests/compiler/dart2js/simple_inferrer_relations_test.dart |
diff --git a/tests/compiler/dart2js/simple_inferrer_relations_test.dart b/tests/compiler/dart2js/simple_inferrer_relations_test.dart |
index a076955af820a68ebd0828112cfdbe831c6bde78..db2e48d6887ea903aafe0da2c6fd38793e92e715 100644 |
--- a/tests/compiler/dart2js/simple_inferrer_relations_test.dart |
+++ b/tests/compiler/dart2js/simple_inferrer_relations_test.dart |
@@ -49,9 +49,9 @@ main() { |
void main() { |
asyncTest(() => compileAll(TEST).then((generated) { |
- if (generated.contains(r'=== true')) { |
- print(generated); |
- Expect.fail("missing elision of '=== true'"); |
- } |
- })); |
+ if (generated.contains(r'=== true')) { |
+ print(generated); |
+ Expect.fail("missing elision of '=== true'"); |
+ } |
+ })); |
} |