Fix test related to sdk move

BUG=

Review URL: https://codereview.chromium.org/970223002
This commit is contained in:
Sigmund Cherem
2015-03-03 09:03:44 -08:00
parent 31936cfc98
commit 17c3dcfca6
+1 -1
View File
@@ -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);