From 3124a4ddae5937526d5b3d8185548ac4b51e2c1a Mon Sep 17 00:00:00 2001 From: Ilmir Usmanov Date: Mon, 22 Mar 2021 15:54:55 +0100 Subject: [PATCH] Minor. Update test data --- .../bytecodeText/inline/inlineSuspendReifiedNoSpilling.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/codegen/bytecodeText/inline/inlineSuspendReifiedNoSpilling.kt b/compiler/testData/codegen/bytecodeText/inline/inlineSuspendReifiedNoSpilling.kt index bfbe16ce869..dec6a9ac299 100644 --- a/compiler/testData/codegen/bytecodeText/inline/inlineSuspendReifiedNoSpilling.kt +++ b/compiler/testData/codegen/bytecodeText/inline/inlineSuspendReifiedNoSpilling.kt @@ -20,5 +20,5 @@ suspend fun ApplicationCall.test(authenticationService: AuthenticationService) { // $i$f$respond x1, $i$f$receiveJSON x2: before and after suspension point // 3 ISTORE 5 // 0 ILOAD 5 -// 1 \$i\$f\$receiveJSON I .* 5 +// 2 \$i\$f\$receiveJSON I .* 5 // 1 \$i\$f\$respond I .* 5