diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-09-10 15:37:32 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2024-09-10 16:50:21 +0900 |
commit | 2d12fbc4db7d1501d8f2a6b464af165ec40f7f3c (patch) | |
tree | 68ed0a2e3cafb9e15d91379e04b348c794585444 /tool/lib/test | |
parent | a3ba723ef09f0a42bb7ad31167a5457756e53f8d (diff) |
Add predicates for platforms
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11583
Diffstat (limited to 'tool/lib/test')
-rw-r--r-- | tool/lib/test/unit.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/lib/test/unit.rb b/tool/lib/test/unit.rb index 30f30df62e..bbb9a26759 100644 --- a/tool/lib/test/unit.rb +++ b/tool/lib/test/unit.rb @@ -1893,6 +1893,7 @@ module Test @backtrace = ex.backtrace end + attr_accessor :message, :backtrace end end |