Reorganized SAM-related test data.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
var result = "FAIL"
|
||||
|
||||
fun box(): String {
|
||||
val r = Runnable { result = "OK" }
|
||||
r.run()
|
||||
return result
|
||||
}
|
||||
Reference in New Issue
Block a user