Add FULL_JDK to tests in codegen/boxWithStdlib/fullJdk/
Drop the old scheme which relied on the directory name
This commit is contained in:
+3
-1
@@ -1,3 +1,5 @@
|
||||
// FULL_JDK
|
||||
|
||||
fun box(): String {
|
||||
var obj0 = "0" as java.lang.Object
|
||||
var obj1 = "1" as java.lang.Object
|
||||
@@ -19,4 +21,4 @@ fun assertThatThreadDoesNotOwnMonitor(obj: java.lang.Object) {
|
||||
catch (e: IllegalMonitorStateException) {
|
||||
// OK
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user