From 55fbf4f5ce051396de00b02dad3f3c57368d3685 Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Tue, 27 Dec 2016 16:07:17 +0300 Subject: Drop import samples.* for website-samples --- .../src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/src/test') diff --git a/core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt b/core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt index 1f514932..742d2908 100644 --- a/core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt +++ b/core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt @@ -7,6 +7,11 @@ import org.junit.Test class KotlinWebSiteRunnableSamplesFormatTest { private val kwsService = KotlinWebsiteRunnableSamplesFormatService(InMemoryLocationService, KotlinLanguageService()) + + @Test fun dropImport() { + verifyKWSNodeByName("dropImport", "foo") + } + @Test fun sample() { verifyKWSNodeByName("sample", "foo") } -- cgit