summaryrefslogtreecommitdiff
path: root/test/irb
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2019-04-26 18:46:43 +0900
committerTakashi Kokubun <takashikkbn@gmail.com>2019-04-26 18:46:43 +0900
commita429b3601f5dea7e3f7019733afffe64df583f34 (patch)
treea94e98569e51a9b4cccc8b6ba481b3f7080061ab /test/irb
parent6669c966d2744f21315047d1725ad4494d15b8ba (diff)
Revert "Class instance should be also colorable on IRB"
This reverts commit 6669c966d2744f21315047d1725ad4494d15b8ba. It seems to make tests fail... let me fix this later.
Diffstat (limited to 'test/irb')
-rw-r--r--test/irb/test_color.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/irb/test_color.rb b/test/irb/test_color.rb
index 61911cf1f1..8439fd54f5 100644
--- a/test/irb/test_color.rb
+++ b/test/irb/test_color.rb
@@ -53,7 +53,6 @@ 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,