Skip to content

Commit

Permalink
Add test from JRUBY-6621 to MainTestSuite.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Apr 26, 2012
1 parent 22749e0 commit beea94e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/org/jruby/test/MainTestSuite.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ public static Test suite() throws Throwable {
suite.addTestSuite(StandardErrorLoggerTest.class);
suite.addTestSuite(ParameterizedWriterTest.class);
suite.addTestSuite(TestRubyRational.class);
suite.addTestSuite(TestRecursiveCheck.class);
return suite;
}
}

0 comments on commit beea94e

Please sign in to comment.