Navigation Menu

Skip to content

Commit

Permalink
Fix compilation of module generators
Browse files Browse the repository at this point in the history
  • Loading branch information
udalov committed Dec 7, 2016
1 parent 751f546 commit 65e01f2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -18,11 +18,11 @@

import com.intellij.openapi.util.io.FileUtil;
import com.intellij.openapi.util.text.StringUtil;
import com.intellij.testFramework.UsefulTestCase;
import org.jetbrains.kotlin.test.testFramework.KtUsefulTestCase;

import java.io.IOException;

public class GenerateKeywordStringsTest extends UsefulTestCase {
public class GenerateKeywordStringsTest extends KtUsefulTestCase {
public void testGeneratedDataIsUpToDate() throws IOException {
String text = GenerateKeywordStrings.generate();
assertEquals("Contents differ. Regenerate " + GenerateKeywordStrings.class.getName(),
Expand Down

0 comments on commit 65e01f2

Please sign in to comment.