From 645a3a9f2fd48957ee9104523c54ba88df4f194b Mon Sep 17 00:00:00 2001 From: pTalanov Date: Mon, 27 Feb 2012 20:45:35 +0400 Subject: [PATCH] Got rid of Junit assertion error in Suite --- js/js.tests/test/org/jetbrains/k2js/test/Suite.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/js.tests/test/org/jetbrains/k2js/test/Suite.java b/js/js.tests/test/org/jetbrains/k2js/test/Suite.java index 334e7634216..75ff01988a0 100644 --- a/js/js.tests/test/org/jetbrains/k2js/test/Suite.java +++ b/js/js.tests/test/org/jetbrains/k2js/test/Suite.java @@ -47,8 +47,8 @@ public final class Suite extends TranslationTest { } // //NOTE: just to avoid warning -// public void testNothing() { -// } + public void testNothing() { + } @Override protected String mainDirectory() {