Skip to content

Commit f75b0bb

Browse files
natebiggsCommit Queue
authored andcommitted
[dart2wasm] Fix compile_benchmark script with stress test mode.
Fixes 'web/wasm/flute_stress_test' failure seen at https://dart-ci.firebaseapp.com/#10be4da5dc9dadb22b9c25a6174fff436e8b63e2 Change-Id: I64b2097f9059b80ec72c268e2105a88f0f4e40bd Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/453620 Reviewed-by: Mayank Patke <[email protected]> Commit-Queue: Nate Biggs <[email protected]>
1 parent f58012e commit f75b0bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/dart2wasm/tool/compile_benchmark

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ while [ $# -gt 0 ]; do
151151
shift
152152
;;
153153

154-
--extra-compiler-option=--enable-multi-module-stress-test)
154+
--extra-compiler-option=--enable-multi-module-stress-test-mode)
155155
MULTI_MODULE=1
156-
DART2WASM_ARGS+=("--enable-multi-module-stress-test")
156+
DART2WASM_ARGS+=("--enable-multi-module-stress-test-mode")
157157
shift
158158
;;
159159

0 commit comments

Comments
 (0)