Skip to content

Commit 2131947

Browse files
committed
Run Truffle::Interop.export specs in JVM mode
1 parent 856bd21 commit 2131947

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tool/jt.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,6 +1314,7 @@ def test_specs(command, *args)
13141314
else
13151315
options += %w[-T--vm.ea -T--vm.esa -T--vm.Xmx2G]
13161316
options << "-T--core.load_path=#{TRUFFLERUBY_DIR}/src/main/ruby"
1317+
options << "-T--polyglot" # For Truffle::Interop.export specs
13171318
end
13181319

13191320
options << '-T--backtraces.hide_core_files=false'

0 commit comments

Comments
 (0)