From 79840a05b23f576cbb830ee7f3fe46d57372def8 Mon Sep 17 00:00:00 2001 From: Mads Ager Date: Tue, 21 Jan 2020 11:18:50 +0100 Subject: [PATCH] Fix test expectations. Do not check for occurrences of "this" on the current backend. I accidentally unified the checking for the two backends without checking that it worked (used the wrong test suite to test). --- compiler/testData/codegen/bytecodeText/mangling/parentheses.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/testData/codegen/bytecodeText/mangling/parentheses.kt b/compiler/testData/codegen/bytecodeText/mangling/parentheses.kt index 5bc8af08b32..21811d7813e 100644 --- a/compiler/testData/codegen/bytecodeText/mangling/parentheses.kt +++ b/compiler/testData/codegen/bytecodeText/mangling/parentheses.kt @@ -20,4 +20,6 @@ fun box(): String { // One instance of each is in kotlin.Metadata.d2 // 1 \(X\) // 1 \(Y\) + +// JVM_IR_TEMPLATES // 4 \$this