Skip to content

Commit 140ae3a

Browse files
committed
Add missing --experimental-options
1 parent 4415747 commit 140ae3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/truffle/integration/no_extra_output.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ check $?
3232

3333
echo "Basic test of the output with lazy options disabled"
3434

35-
jt --silent ruby --lazy-default=false -e 'puts 3*4' 1>temp.txt 2>&1
35+
jt --silent ruby --experimental-options --lazy-default=false -e 'puts 3*4' 1>temp.txt 2>&1
3636
check $?
3737

3838
echo "Test loading many standard libraries"
3939

40-
jt --silent ruby --lazy-default=false test/truffle/integration/no_extra_output/all_stdlibs.rb 1>temp.txt 2>&1
40+
jt --silent ruby --experimental-options --lazy-default=false test/truffle/integration/no_extra_output/all_stdlibs.rb 1>temp.txt 2>&1
4141
check $?

0 commit comments

Comments
 (0)