Skip to content

Commit 605f47f

Browse files
committed
Missing --experimental-options in specs
1 parent f0c3d6a commit 605f47f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/truffle/launcher_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ def should_print_full_java_command(options, env: {})
302302
it "applies Truffle options" do
303303
options = [
304304
"--engine.TraceCompilation",
305+
"--experimental-options",
305306
"--engine.BackgroundCompilation=false",
306307
].join(" ")
307308
out = ruby_exe("2000.times {}", options: options, args: "2>&1")

0 commit comments

Comments
 (0)