Skip to content

Commit 8eb47c0

Browse files
committed
Adapt identity spec to the new VM descriptions
1 parent 165fba2 commit 8eb47c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/truffle/identity_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
guard -> { !TruffleRuby.native? } do
4141
it "RUBY_DESCRIPTION indicates which VM TruffleRuby runs on and which edition" do
42-
RUBY_DESCRIPTION.should =~ /\b(Interpreted|GraalVM CE|GraalVM EE)\b/
42+
RUBY_DESCRIPTION.should =~ /\b(Interpreted JVM|GraalVM CE JVM|GraalVM EE JVM)\b/
4343
RUBY_DESCRIPTION.should_not include("Native")
4444
RUBY_DESCRIPTION.should_not include("native")
4545
end

0 commit comments

Comments
 (0)