Minor. Regenerated tests.

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