aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb
diff options
context:
space:
mode:
Diffstat (limited to 'test/irb')
-rw-r--r--test/irb/test_color.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/irb/test_color.rb b/test/irb/test_color.rb
index 8439fd54f5..61911cf1f1 100644
--- a/test/irb/test_color.rb
+++ b/test/irb/test_color.rb
@@ -53,6 +53,7 @@ module TestIRB
['foo', :bar] => true,
{ a: 4 } => true,
/reg/ => true,
+ Struct => true,
Object.new => false,
Struct.new(:a) => false,
Struct.new(:a).new(1) => false,