Skip to content

Commit 76eebc7

Browse files
committed
Fix exception message.
1 parent f1d1da2 commit 76eebc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/truffle/interop/remove_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
it "raises an unsupported message error" do
7575
lambda {
7676
Truffle::Interop.remove("abc", 1)
77-
}.should raise_error(RuntimeError, /Message unsupported/)
77+
}.should raise_error(RuntimeError, /Message not supported/)
7878
end
7979
end
8080
end

0 commit comments

Comments
 (0)