File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ void main() {
8
8
testMacroBuild ([
9
9
r'$DART pub get' ,
10
10
r'$DART '
11
- r'$DART_SDK/out/ReleaseX64/gen/dartanalyzer.dart.snapshot '
11
+ // TODO(davidmorgan): find this programmatically.
12
+ r'$DART_SDK/out/DebugX64/gen/dartanalyzer.dart.snapshot '
12
13
'-Dtest_runner.configuration=analyzer-asserts-linux '
13
14
'--enable-experiment=macros '
14
15
'--ignore-unrecognized-flags '
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ void main() {
12
12
'--verify '
13
13
'--skip-platform-verification -o out.dill '
14
14
'--platform '
15
- r'$DART_SDK/out/ReleaseX64/vm_platform_strong.dill '
15
+ // TODO(davidmorgan): find this programmatically.
16
+ r'$DART_SDK/out/DebugX64/vm_platform_strong.dill '
16
17
'-Dtest_runner.configuration=cfe-strong-linux '
17
18
'--enable-experiment=macros '
18
19
'--nnbd-strong '
You can’t perform that action at this time.
0 commit comments