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
abstract class A {
@@ -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 box(): String {
@@ -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
class A {
@@ -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
class A {
@@ -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
class A {
@@ -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
class A {
@@ -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
class A {
@@ -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
class A {
@@ -1,4 +1,4 @@
// This test was adapted from compiler/testData/codegen/boxWithStdlib/callableReference/function/local/.
// This test was adapted from compiler/testData/codegen/box/callableReference/function/local/.
package foo
fun box(): String {
@@ -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
class A {
@@ -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
class A(val result: String)
@@ -18,4 +18,4 @@ fun box():String {
val ref = ::A
var result = ref(1).s + (::B)("23", "45").msg
return (if (result == "sA:init:12345") "OK" else result)
}
}
@@ -1,4 +1,4 @@
// This test was adapted from compiler/testData/codegen/boxWithStdlib/callableReference/function/local/.
// This test was adapted from compiler/testData/codegen/box/callableReference/function/local/.
package foo
class A
@@ -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
class A {
@@ -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
class A
@@ -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 <T> run(arg1: A, arg2: T, funRef:(A, T) -> T): T {
@@ -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(arg1: A, funRef:A.() -> String): String {
@@ -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(arg1: A, arg2: String, funRef:A.(String) -> String): String {
@@ -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
class A {
@@ -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(arg1: A, arg2: String, funRef:A.(String) -> Unit): Unit {
@@ -1,4 +1,4 @@
// This test was adapted from compiler/testData/codegen/boxWithStdlib/callableReference/function/local/.
// This test was adapted from compiler/testData/codegen/box/callableReference/function/local/.
package foo
fun box(): String {
@@ -1,4 +1,4 @@
// This test was adapted from compiler/testData/codegen/boxWithStdlib/callableReference/function/local/.
// This test was adapted from compiler/testData/codegen/box/callableReference/function/local/.
package foo
class A
@@ -1,4 +1,4 @@
// This test was adapted from compiler/testData/codegen/boxWithStdlib/callableReference/function/local/.
// This test was adapted from compiler/testData/codegen/box/callableReference/function/local/.
package foo
fun box(): String {
@@ -1,4 +1,4 @@
// This test was adapted from compiler/testData/codegen/boxWithStdlib/callableReference/function/local/.
// This test was adapted from compiler/testData/codegen/box/callableReference/function/local/.
package foo
fun foo(until: Int): String {
@@ -1,4 +1,4 @@
// This test was adapted from compiler/testData/codegen/boxWithStdlib/callableReference/function/local/.
// This test was adapted from compiler/testData/codegen/box/callableReference/function/local/.
package foo
fun box(): String {
@@ -1,4 +1,4 @@
// This test was adapted from compiler/testData/codegen/boxWithStdlib/callableReference/function/local/.
// This test was adapted from compiler/testData/codegen/box/callableReference/function/local/.
package foo
fun box(): String {
@@ -1,4 +1,4 @@
// This test was adapted from compiler/testData/codegen/boxWithStdlib/callableReference/function/local/.
// This test was adapted from compiler/testData/codegen/box/callableReference/function/local/.
package foo
fun box(): String {
@@ -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 <T> run(arg1: T, arg2: T, funRef:(T,T) -> T): T {
@@ -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 <T> run(arg1: T, arg2: T, funRef:(T,T) -> T): T {
@@ -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(funRef:() -> String): String {
@@ -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
}
}
@@ -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 {
@@ -15,4 +15,4 @@ fun box(): Boolean {
if (run(5) {x -> x + 1} != 6) return false
return true
}
}
@@ -1,4 +1,4 @@
// This test was adapted from compiler/testData/codegen/boxWithStdlib/callableReference/function/local/.
// This test was adapted from compiler/testData/codegen/box/callableReference/function/local/.
package foo
var state = 23