| Index: tests/compiler/dart2js/quarantined/mirrors_test.dart
|
| diff --git a/tests/compiler/dart2js/mirrors_test.dart b/tests/compiler/dart2js/quarantined/mirrors_test.dart
|
| similarity index 99%
|
| rename from tests/compiler/dart2js/mirrors_test.dart
|
| rename to tests/compiler/dart2js/quarantined/mirrors_test.dart
|
| index ef815e97b1bf0b9ae19bb30374454837584dd6e1..428442f8ba2a736fe4f12fe2f83d02270fbae220 100644
|
| --- a/tests/compiler/dart2js/mirrors_test.dart
|
| +++ b/tests/compiler/dart2js/quarantined/mirrors_test.dart
|
| @@ -43,9 +43,9 @@ DeclarationMirror findMirror(Iterable<DeclarationMirror> list, Symbol name) {
|
|
|
| main() {
|
| Uri scriptUri = currentDirectory.resolveUri(Platform.script);
|
| - Uri packageRoot = scriptUri.resolve('./packages/');
|
| - Uri libUri = scriptUri.resolve('../../../sdk/');
|
| - Uri inputUri = scriptUri.resolve('mirrors_helper.dart');
|
| + Uri packageRoot = scriptUri.resolve('../packages/');
|
| + Uri libUri = scriptUri.resolve('../../../../sdk/');
|
| + Uri inputUri = scriptUri.resolve('../data/mirrors_helper.dart');
|
| var provider = new CompilerSourceFileProvider();
|
| var diagnosticHandler = new FormattingDiagnosticHandler(provider);
|
| asyncStart();
|
|
|