summaryrefslogtreecommitdiff
path: root/grazie
diff options
context:
space:
mode:
authorArseniy Pendryak <a.pendryak@yandex.ru>2020-12-29 13:47:27 +0300
committerArseniy Pendryak <a.pendryak@yandex.ru>2020-12-29 13:55:25 +0300
commitf45508ffdce6bc22450181401391861ee033dc85 (patch)
tree70569e9f12cffa5137aef09c559f923a9057d336 /grazie
parent1320424d395c1fddb06dbe2e767d061a1a89eb01 (diff)
downloadintellij-rust-f45508ffdce6bc22450181401391861ee033dc85.tar.gz
T: basic test classes for annotation checking with actual toolchain
These new test infrastructure classes should simplify addition of new annotator/inspection tests that require actual toolchain
Diffstat (limited to 'grazie')
-rw-r--r--grazie/src/test/kotlin/org/rust/grazie/RsGrammarCheckingTest.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/grazie/src/test/kotlin/org/rust/grazie/RsGrammarCheckingTest.kt b/grazie/src/test/kotlin/org/rust/grazie/RsGrammarCheckingTest.kt
index 3293e9942..63ea27b8f 100644
--- a/grazie/src/test/kotlin/org/rust/grazie/RsGrammarCheckingTest.kt
+++ b/grazie/src/test/kotlin/org/rust/grazie/RsGrammarCheckingTest.kt
@@ -20,7 +20,7 @@ import org.rust.ide.inspections.RsInspectionsTestBase
class RsGrammarCheckingTest : RsInspectionsTestBase(GrazieInspection::class) {
- override fun createAnnotationFixture(): RsAnnotationTestFixture =
+ override fun createAnnotationFixture(): RsAnnotationTestFixture<Unit> =
RsAnnotationTestFixture(this, myFixture, inspectionClasses = listOf(inspectionClass), baseFileName = "lib.rs")
override fun setUp() {