aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/irb/test_color_printer.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/irb/test_color_printer.rb b/test/irb/test_color_printer.rb
index b42048c1da..1b28837658 100644
--- a/test/irb/test_color_printer.rb
+++ b/test/irb/test_color_printer.rb
@@ -8,13 +8,9 @@ module TestIRB
class TestColorPrinter < Test::Unit::TestCase
CLEAR = "\e[0m"
BOLD = "\e[1m"
- UNDERLINE = "\e[4m"
- REVERSE = "\e[7m"
RED = "\e[31m"
GREEN = "\e[32m"
- YELLOW = "\e[33m"
BLUE = "\e[34m"
- MAGENTA = "\e[35m"
CYAN = "\e[36m"
def setup