Skip to content

Commit

Permalink
added missing PromoteTempToFieldTests18
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeller committed May 14, 2014
1 parent bfb4d24 commit c4681b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public static Test suite() {
suite.addTest(RenameTempTests.suite());
suite.addTest(ExtractConstantTests.suite());
suite.addTest(PromoteTempToFieldTests.suite());
suite.addTest(PromoteTempToFieldTests18.suite());
suite.addTest(ConvertAnonymousToNestedTests.suite());
suite.addTest(InlineConstantTests.suite());
suite.addTest(InlineConstantTests17.suite());
Expand Down

0 comments on commit c4681b2

Please sign in to comment.