Skip to content

Commit

Permalink
[ddc] Fixing failing expression evaluation tests due to renamed legac…
Browse files Browse the repository at this point in the history
…y dirs.

Fix for breaks introduced in https://dart-review.googlesource.com/c/sdk/+/348085

Change-Id: I9876ad590161ebad6146954ae837d9beb1c2d2ca
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/348184
Reviewed-by: Nicholas Shahan <[email protected]>
Commit-Queue: Mark Zhou <[email protected]>
  • Loading branch information
Markzipan authored and Commit Queue committed Jan 24, 2024
1 parent 872ef16 commit dd680e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ class ExpressionEvaluationTestDriver {
'${setup.canaryFeatures ? 'canary' : 'stable'}'
'${setup.soundNullSafety ? '' : '_unsound'}',
'sdk',
'legacy',
'ddc',
'dart_sdk.js'))
.toFilePath());
if (!File(dartSdkPath).existsSync()) {
Expand Down

0 comments on commit dd680e3

Please sign in to comment.