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

Unified Diff: test/codegen_test.dart

Issue 970223002: Fix test related to sdk move (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen_test.dart
diff --git a/test/codegen_test.dart b/test/codegen_test.dart
index 2b8c6a90c394047411258eaf27ccd0dbcfe1bab2..87f26f43bde41b5d886d7e046376d476d239f61f 100644
--- a/test/codegen_test.dart
+++ b/test/codegen_test.dart
@@ -123,7 +123,7 @@ main(arguments) {
cheapTestFormat: true,
emitSourceMaps: false);
var sdkPath = dartGen
- ? path.join(testDir, '..', 'tool', 'input_sdk_src')
+ ? path.join(testDir, '..', 'tool', 'input_sdk')
: path.join(testDir, 'generated_sdk');
var testSdk = new TypeResolver.fromDir(sdkPath, options);
compile('dart:core', testSdk, options);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698