We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165fba2 commit 8eb47c0Copy full SHA for 8eb47c0
spec/truffle/identity_spec.rb
@@ -39,7 +39,7 @@
39
40
guard -> { !TruffleRuby.native? } do
41
it "RUBY_DESCRIPTION indicates which VM TruffleRuby runs on and which edition" do
42
- RUBY_DESCRIPTION.should =~ /\b(Interpreted|GraalVM CE|GraalVM EE)\b/
+ RUBY_DESCRIPTION.should =~ /\b(Interpreted JVM|GraalVM CE JVM|GraalVM EE JVM)\b/
43
RUBY_DESCRIPTION.should_not include("Native")
44
RUBY_DESCRIPTION.should_not include("native")
45
end
0 commit comments