Use mock JDK instead of full in IDEA plugin tests

This commit is contained in:
Alexander Udalov
2015-04-02 04:50:04 +03:00
parent 72aa3d1465
commit 5b2ffd50d3
7 changed files with 105 additions and 121 deletions
@@ -1,5 +1,7 @@
// WITH_RUNTIME
// FULL_JDK
open class A: java.applet.Applet()
class B: A()
class B: A()