Remove traces of 'boxWithStdlib' directory in other tests
This commit is contained in:
committed by
Alexander Udalov
parent
06a67e6602
commit
e115f80d6c
Vendored
+2
-2
@@ -1,4 +1,4 @@
|
||||
// This test was adapted from compiler/testData/codegen/boxWithStdlib/callableReference/function/.
|
||||
// This test was adapted from compiler/testData/codegen/box/callableReference/function/.
|
||||
package foo
|
||||
|
||||
fun run(arg: Int, funRef:(Int) -> Int): Int {
|
||||
@@ -17,4 +17,4 @@ fun box(): Boolean {
|
||||
if (run(5, tmp()) != 6) return false
|
||||
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user