Minor. Regenerated tests.

Original commit: 15d9549477
This commit is contained in:
Evgeny Gerashchenko
2014-06-19 14:22:43 +04:00
parent 79e85edd3c
commit 7c4fb68bad
5 changed files with 3 additions and 3 deletions
@@ -96,9 +96,9 @@ public class IncrementalJpsTestGenerated extends AbstractIncrementalJpsTest {
doTest("jps-plugin/testData/incremental/topLevelFunctionSameSignature/"); doTest("jps-plugin/testData/incremental/topLevelFunctionSameSignature/");
} }
@TestMetadata("topLevelMembersInTwoPackages") @TestMetadata("topLevelMembersInTwoFiles")
public void testTopLevelMembersInTwoPackages() throws Exception { public void testTopLevelMembersInTwoFiles() throws Exception {
doTest("jps-plugin/testData/incremental/topLevelMembersInTwoPackages/"); doTest("jps-plugin/testData/incremental/topLevelMembersInTwoFiles/");
} }
} }