disable TypeInfoTest.testIsWithGenerics

(test is wrong, see http://youtrack.jetbrains.net/issue/KT-612)
This commit is contained in:
Stepan Koltsov
2011-11-24 17:22:27 +04:00
parent e8d41ea6c7
commit 9bd98cdf2b
@@ -61,6 +61,9 @@ public class TypeInfoTest extends CodegenTestCase {
}
public void testIsWithGenerics() throws Exception {
// TODO: http://youtrack.jetbrains.net/issue/KT-612
if (true) return;
loadFile();
System.out.println(generateToText());
Method foo = generateFunction();