Index: tests/compiler/dart2js/closure_codegen_test.dart |
diff --git a/tests/compiler/dart2js/closure_codegen_test.dart b/tests/compiler/dart2js/closure_codegen_test.dart |
index ed1ef86bca5138ff94a5a244c69ee6eb31d5f205..6f947e656043f098b93fe59e70d6868d4d8da90f 100644 |
--- a/tests/compiler/dart2js/closure_codegen_test.dart |
+++ b/tests/compiler/dart2js/closure_codegen_test.dart |
@@ -67,9 +67,9 @@ Future closureBailout(bool minify, String prefix) { |
main() { |
asyncTest(() => Future.wait([ |
- closureInvocation(false, "call"), |
- closureInvocation(true, ""), |
- closureBailout(false, "call"), |
- closureBailout(true, ""), |
- ])); |
+ closureInvocation(false, "call"), |
+ closureInvocation(true, ""), |
+ closureBailout(false, "call"), |
+ closureBailout(true, ""), |
+ ])); |
} |