Minor: regenerate tests
This commit is contained in:
Generated
+7
-2
@@ -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/");
|
||||
|
||||
Reference in New Issue
Block a user