Skip to content

Commit aa9875d

Browse files
committed
Fix missing --polyglot in js interop tests.
1 parent b040e3a commit aa9875d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/truffle/integration/backtraces.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ do
77
echo "$f"
88
options=""
99
if [ "$(basename "$f")" = "javascript.rb" ]; then
10-
options="--experimental-options --single_threaded"
10+
options="--polyglot --experimental-options --single_threaded"
1111
fi
1212
jt ruby --no-core-load-path $options "$f"
1313
done

0 commit comments

Comments
 (0)