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

Unified Diff: tests/compiler/dart2js/exit_code_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/exit_code_helper.dart ('k') | tests/compiler/dart2js/http_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/exit_code_test.dart
diff --git a/tests/compiler/dart2js/exit_code_test.dart b/tests/compiler/dart2js/exit_code_test.dart
index b67b0264eb2dec61755f0bdfacf09e2b28f255c1..67a04bd2feac5825cf0b160d967823f464377b20 100644
--- a/tests/compiler/dart2js/exit_code_test.dart
+++ b/tests/compiler/dart2js/exit_code_test.dart
@@ -242,7 +242,7 @@ Future testExitCode(
entry.compileFunc = compile;
List<String> args = new List<String>.from(options)
- ..add("tests/compiler/dart2js/exit_code_helper.dart");
+ ..add("tests/compiler/dart2js/data/exit_code_helper.dart");
Future result = entry.internalMain(args);
return result.catchError((e, s) {
// Capture crashes.
« no previous file with comments | « tests/compiler/dart2js/exit_code_helper.dart ('k') | tests/compiler/dart2js/http_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698