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

Unified Diff: tests/compiler/dart2js/dart2js_batch2_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
« no previous file with comments | « tests/compiler/dart2js/dart2js_batch2_run.dart ('k') | tests/compiler/dart2js/data/dart2js_batch2_run.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/dart2js_batch2_test.dart
diff --git a/tests/compiler/dart2js/dart2js_batch2_test.dart b/tests/compiler/dart2js/dart2js_batch2_test.dart
index 644c790a975b20c2e817d725c8b7550d65a516d4..2bd2495947c5780ac99aadb0d7af262e08923607 100644
--- a/tests/compiler/dart2js/dart2js_batch2_test.dart
+++ b/tests/compiler/dart2js/dart2js_batch2_test.dart
@@ -38,8 +38,8 @@ Future setup() {
return createTempDir().then((Directory directory) {
tmpDir = directory;
String newPath = path.join(directory.path, "dart2js_batch2_run.dart");
- File source =
- new File.fromUri(Platform.script.resolve("dart2js_batch2_run.dart"));
+ File source = new File.fromUri(
+ Platform.script.resolve("data/dart2js_batch2_run.dart"));
source.copySync(newPath);
});
}
« no previous file with comments | « tests/compiler/dart2js/dart2js_batch2_run.dart ('k') | tests/compiler/dart2js/data/dart2js_batch2_run.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698