From f10c9206e2aa35cf2f6c56949a8693b6e14e1a57 Mon Sep 17 00:00:00 2001 From: Mikhael Bogdanov Date: Mon, 21 Jan 2019 12:12:24 +0100 Subject: [PATCH] Minor. Fix test data --- compiler/testData/codegen/box/coroutines/debug/fqName.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/codegen/box/coroutines/debug/fqName.kt b/compiler/testData/codegen/box/coroutines/debug/fqName.kt index 15540aa8274..a9320a8bef0 100644 --- a/compiler/testData/codegen/box/coroutines/debug/fqName.kt +++ b/compiler/testData/codegen/box/coroutines/debug/fqName.kt @@ -31,7 +31,7 @@ fun builder(c: suspend () -> Unit) { fun box(): String { var res = "OK" builder { - if (Test().getStackTraceElement().className != "some.long.name.Test") { + if (Test().getStackTraceElement().className != "some.llong.name.Test") { res = Test().getStackTraceElement().className } }