Skip to content

Commit

Permalink
[dartdevc] Fix DDK sourcemap tests to use the right version of the SDK
Browse files Browse the repository at this point in the history
Change-Id: I1fbed66efd51f02f0faa3b489013a398f8edcd1f
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/127260
Auto-Submit: Nicholas Shahan <nshahan@google.com>
Reviewed-by: Sigmund Cherem <sigmund@google.com>
Commit-Queue: Nicholas Shahan <nshahan@google.com>
  • Loading branch information
nshahan authored and commit-bot@chromium.org committed Dec 5, 2019
1 parent 1d4c45d commit 88e26cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/dev_compiler/test/sourcemap/sourcemaps_ddk_suite.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class DevCompilerRunner implements CompilerRunner {
Uri outDir = outputFile.resolve(".");
String outputFilename = outputFile.pathSegments.last;

File sdkJsFile = findInOutDir("gen/utils/dartdevc/js/es6/dart_sdk.js");
File sdkJsFile = findInOutDir("gen/utils/dartdevc/kernel/es6/dart_sdk.js");
var jsSdkPath = sdkJsFile.uri;

File ddcSdkSummary = findInOutDir("ddc_sdk.dill");
Expand Down

0 comments on commit 88e26cd

Please sign in to comment.