Index: tests/compiler/dart2js/compile_with_empty_libraries_test.dart |
diff --git a/tests/compiler/dart2js/compile_with_empty_libraries_test.dart b/tests/compiler/dart2js/compile_with_empty_libraries_test.dart |
index 6f6a94ae0a3a4fc85cb497a345955c722f6d4a75..d16fe9ea45ac5a4d82b38d214e37172d07033367 100644 |
--- a/tests/compiler/dart2js/compile_with_empty_libraries_test.dart |
+++ b/tests/compiler/dart2js/compile_with_empty_libraries_test.dart |
@@ -13,6 +13,6 @@ const String TEST = r"main() {}"; |
main() { |
Uri uri = new Uri(scheme: 'source'); |
MockCompiler compiler = |
- new MockCompiler.internal(librariesOverride: (_) => ''); |
+ new MockCompiler.internal(librariesOverride: (_) => ''); |
asyncTest(() => compiler.run(uri)); |
} |