Index: tests/compiler/dart2js/mirrors_metadata_test.dart |
diff --git a/tests/compiler/dart2js/mirrors_metadata_test.dart b/tests/compiler/dart2js/mirrors_metadata_test.dart |
index bf3b2e1e47d023ffb1fd20f3216aa1e4e94d6488..22b0c8144ac7c8ddec2dc62a799dfc5367be838c 100644 |
--- a/tests/compiler/dart2js/mirrors_metadata_test.dart |
+++ b/tests/compiler/dart2js/mirrors_metadata_test.dart |
@@ -12,7 +12,7 @@ import '../../../sdk/lib/_internal/compiler/implementation/source_file_provider. |
import 'mock_compiler.dart'; |
const String SOURCE = 'source'; |
-const Uri SOURCE_URI = const Uri.fromComponents(scheme: SOURCE, path: SOURCE); |
+Uri SOURCE_URI = new Uri(scheme: SOURCE, path: SOURCE); |
floitsch
2013/05/28 14:50:40
mark it as final.
Søren Gjesse
2013/05/28 15:15:55
Done.
|
MirrorSystem createMirrorSystem(String source) { |
MockCompiler compiler = new MockCompiler( |