summaryrefslogtreecommitdiffstats
path: root/test/ripper/test_parser_events.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ripper/test_parser_events.rb')
-rw-r--r--test/ripper/test_parser_events.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ripper/test_parser_events.rb b/test/ripper/test_parser_events.rb
index ba24996f4..a5d6a62f6 100644
--- a/test/ripper/test_parser_events.rb
+++ b/test/ripper/test_parser_events.rb
@@ -1,3 +1,5 @@
+begin
+
require 'dummyparser'
require 'test/unit'
@@ -491,3 +493,6 @@ class TestRipper_ParserEvents < Test::Unit::TestCase
=end
end
+
+rescue LoadError
+end \ No newline at end of file