| Index: tests/compiler/dart2js/simple_inferrer_final_field_test.dart
|
| diff --git a/tests/compiler/dart2js/simple_inferrer_final_field_test.dart b/tests/compiler/dart2js/simple_inferrer_final_field_test.dart
|
| index 2e3cc4c9f521c4a72261795e8fa0df4bd0fb5bda..3108608c8fcb270668b69f37206cf03d69606369 100644
|
| --- a/tests/compiler/dart2js/simple_inferrer_final_field_test.dart
|
| +++ b/tests/compiler/dart2js/simple_inferrer_final_field_test.dart
|
| @@ -26,7 +26,7 @@ main() {
|
| """;
|
|
|
| void main() {
|
| - Uri uri = new Uri.fromComponents(scheme: 'source');
|
| + Uri uri = new Uri(scheme: 'source');
|
| var compiler = compilerFor(TEST, uri);
|
| compiler.runCompiler(uri);
|
| var typesInferrer = compiler.typesTask.typesInferrer;
|
|
|