Index: tests/compiler/dart2js_native/compiler_test_internals.dart |
diff --git a/tests/compiler/dart2js_native/compiler_test_internals.dart b/tests/compiler/dart2js_native/compiler_test_internals.dart |
index be2c4b6747576f30296fce850e2fcf296b55d152..db3e31f9481ffa689688842ea424b38155e376c8 100644 |
--- a/tests/compiler/dart2js_native/compiler_test_internals.dart |
+++ b/tests/compiler/dart2js_native/compiler_test_internals.dart |
@@ -4,7 +4,7 @@ |
library compiler_test_internals; |
-export 'dart:_js_helper' show |
- NoSideEffects, NoThrows, NoInline, IrRepresentation; |
+export 'dart:_js_helper' |
+ show NoSideEffects, NoThrows, NoInline, IrRepresentation; |
export 'dart:_foreign_helper' show JS; |