Skip to content

Commit

Permalink
try to fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Jan 18, 2025
1 parent 13a4a4d commit 3c246b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lit/d8/fuzz_shell_jspi.wast
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

;; Apply JSPI: prepend JSPI = 1 and remove comments around async and await.
;; RUN: echo "JSPI = 1;" > %t.js
;; RUN: node -e "process.stdout.write(require('fs').readFileSync('%S/../../../scripts/fuzz_shell.js', 'utf-8').replace(/[/][*] async [*][/]/g, 'async').replace(/[/][*] await [*][/]/g, 'await'))" >> %t.js
;; RUN: node -e "process.stdout.write(require('fs').readFileSync(path.join('%S', '..', '..', '..', 'scripts', 'fuzz_shell.js'), 'utf-8').replace(/[/][*] async [*][/]/g, 'async').replace(/[/][*] await [*][/]/g, 'await'))" >> %t.js

;; Append another run with a random seed, so we reorder and delay execution.
;; RUN: echo "callExports(42);" >> %t.js
Expand Down

0 comments on commit 3c246b9

Please sign in to comment.