Skip to content

Commit 953e828

Browse files
authored
Drop executable arguments forwarding (#2528)
Closes #2527 During the null safety migration there were `dart` level flags that needed to be kept in sync for precompiled JS tests so the platform executable arguments were forwarded direclty. This is currently causing a test failure, and there are no null safety related `dart` level flags so drop the forwarding.
1 parent 6aeb1e4 commit 953e828

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkgs/test/test/runner/precompiled_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,6 @@ Future<void> _precompileBrowserTest(String testPath) async {
272272
var dart2js = await TestProcess.start(Platform.resolvedExecutable, [
273273
'compile',
274274
'js',
275-
...Platform.executableArguments,
276275
'--packages=${(await Isolate.packageConfig)!.toFilePath()}',
277276
file.path,
278277
'--out=precompiled/$testPath.browser_test.dart.js',

0 commit comments

Comments
 (0)