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.
2 parents 39ee6f3 + c872803 commit a1a295fCopy full SHA for a1a295f
spec/truffle/interop/remove_spec.rb
@@ -72,9 +72,9 @@
72
73
describe "with a name that doesn't start with @" do
74
it "raises an unsupported message error" do
75
- lambda {
76
- Truffle::Interop.remove("abc", 1)
77
- }.should raise_error(RuntimeError, /Message not supported/)
+ lambda { Truffle::Interop.remove("abc", 1) }.
+ # TODO (pitr-ch 13-Mar-2019): when on Interop 2 keep the second match
+ should raise_error(RuntimeError, /Message (not supported|unsupported)/)
78
end
79
80
0 commit comments