Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(426)

Unified Diff: tests/compiler/dart2js/quarantined/mirrors_test.dart

Issue 1934883002: Refactor unittests (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« no previous file with comments | « tests/compiler/dart2js/quarantined/http_test.dart ('k') | tests/compiler/dart2js/serialization/analysis_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698