projects
/
idea
/
community.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
testdata for IDEA-149774
[idea/community.git]
/
java
/
java-tests
/
testSrc
/
com
/
intellij
/
codeInsight
/
daemon
/
lambda
/
GraphInferenceHighlightingTest.java
diff --git
a/java/java-tests/testSrc/com/intellij/codeInsight/daemon/lambda/GraphInferenceHighlightingTest.java
b/java/java-tests/testSrc/com/intellij/codeInsight/daemon/lambda/GraphInferenceHighlightingTest.java
index 5b6a9741a14dd46d2eaa4fe0ffe8a20029c627e8..0e724b5422022e4dcdd161a970c8c577471f9b38 100644
(file)
--- a/
java/java-tests/testSrc/com/intellij/codeInsight/daemon/lambda/GraphInferenceHighlightingTest.java
+++ b/
java/java-tests/testSrc/com/intellij/codeInsight/daemon/lambda/GraphInferenceHighlightingTest.java
@@
-355,6
+355,10
@@
public class GraphInferenceHighlightingTest extends LightDaemonAnalyzerTestCase
doTest();
}
+ public void testIDEA149774() throws Exception {
+ doTest();
+ }
+
private void doTest() throws Exception {
doTest(false);
}