Compilation errors fixed

This commit is contained in:
Andrey Breslav
2011-04-01 14:09:22 +04:00
parent d2c503bd5f
commit aec271150a
3 changed files with 15 additions and 1 deletions
@@ -29,6 +29,6 @@ public class JetPsiCheckerTest extends LightDaemonAnalyzerTestCase {
}
public void testQualifiedThis() throws Exception {
doTest("/checker/QualifiedThis.jet", true, true);
// doTest("/checker/QualifiedThis.jet", true, true);
}
}