Skip to content

Commit e13db8b

Browse files
mkustermannCommit Queue
authored andcommitted
[dart2wasm] Remove --turboshaft-wasm flag (which was removed from D8) in test runner
Running tests currently result in a warning by D8: Warning: unknown flag --turboshaft-wasm. Turboshaft was enabled by default in V8 and is no longer exposed as a flag. Change-Id: I487f145ba60b20d7c61397c4ad4c5af1d0263b60 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/404320 Reviewed-by: Ömer Ağacan <[email protected]> Commit-Queue: Martin Kustermann <[email protected]>
1 parent ac9acf5 commit e13db8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/test_runner/lib/src/compiler_configuration.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,6 @@ class Dart2WasmCompilerConfiguration extends CompilerConfiguration {
609609
final isD8 = runtimeConfiguration is D8RuntimeConfiguration;
610610
return [
611611
if (isD8) ...[
612-
'--shell-option=--turboshaft-wasm',
613612
'--shell-option=--experimental-wasm-imported-strings',
614613
],
615614
wasmFilename,

0 commit comments

Comments
 (0)