| Index: tests/compiler/dart2js/simple_inferrer_and_or_test.dart
|
| diff --git a/tests/compiler/dart2js/simple_inferrer_and_or_test.dart b/tests/compiler/dart2js/simple_inferrer_and_or_test.dart
|
| index 40c01a53caa394006435fb06ec7e6a4b70dd616f..eccf8493dfb834e4d730db91379ed0062fcb2c48 100644
|
| --- a/tests/compiler/dart2js/simple_inferrer_and_or_test.dart
|
| +++ b/tests/compiler/dart2js/simple_inferrer_and_or_test.dart
|
| @@ -55,7 +55,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;
|
|
|