diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2023-01-19 16:26:32 -0500 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2023-01-19 16:26:32 -0500 |
| commit | 0949cd7107cf19bd7c93b06c4fd0250670719156 (patch) | |
| tree | 676a509c5a2fe76a423a78eb4dd0ab7b3c558df0 /test/ruby | |
| parent | f66804e6f78ed4cf81896d2256743a820b05939a (diff) | |
[ci skip] Add ticket label to test
Diffstat (limited to 'test/ruby')
| -rw-r--r-- | test/ruby/test_variable.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_variable.rb b/test/ruby/test_variable.rb index 1e51ce060a..195f5c94fb 100644 --- a/test/ruby/test_variable.rb +++ b/test/ruby/test_variable.rb @@ -165,7 +165,7 @@ class TestVariable < Test::Unit::TestCase end; set_cvar.set(1) # fill write cache set_cvar.freeze - assert_raise(FrozenError) do + assert_raise(FrozenError, "[Bug #19341]") do set_cvar.set(2) # hit write cache, but should check frozen status end end |
