Minor: regenerate tests

This commit is contained in:
Dmitry Savvinov
2019-06-11 18:11:35 +03:00
parent c67517cb2b
commit 2f8e83d6b9
@@ -1,6 +1,6 @@
/*
* Copyright 2010-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license
* that can be found in the license/LICENSE.txt file.
* Copyright 2010-2019 JetBrains s.r.o. and Kotlin Programming Language contributors.
* Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file.
*/
package org.jetbrains.kotlin.idea.caches.resolve;
@@ -29,6 +29,11 @@ public class HierarchicalExpectActualTestGenerated extends AbstractHierarchicalE
KotlinTestUtils.assertAllTestsPresentByMetadata(this.getClass(), new File("idea/testData/multiModuleHighlighting/hierarchicalExpectActualMatching"), Pattern.compile("^([^\\.]+)$"), TargetBackend.ANY, false);
}
@TestMetadata("diamondActualInBottom")
public void testDiamondActualInBottom() throws Exception {
runTest("idea/testData/multiModuleHighlighting/hierarchicalExpectActualMatching/diamondActualInBottom/");
}
@TestMetadata("diamondActualOnOnePath")
public void testDiamondActualOnOnePath() throws Exception {
runTest("idea/testData/multiModuleHighlighting/hierarchicalExpectActualMatching/diamondActualOnOnePath/");