Remove traces of 'boxWithStdlib' directory in other tests

This commit is contained in:
Alexander Udalov
2016-03-07 14:12:45 +03:00
committed by Alexander Udalov
parent 06a67e6602
commit e115f80d6c
46 changed files with 54 additions and 59 deletions
@@ -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
}
}