From 1534e2b76dcaa9b400a26e4621587a21841fef6e Mon Sep 17 00:00:00 2001 From: Victor Petukhov Date: Fri, 13 Dec 2019 00:17:37 +0300 Subject: [PATCH] NI: Actualize FIR test after 2d5a05466dfa9faf711d49a9caaa4bd5c7295976 --- compiler/testData/diagnostics/tests/j+k/matchers.fir.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/diagnostics/tests/j+k/matchers.fir.kt b/compiler/testData/diagnostics/tests/j+k/matchers.fir.kt index 4c2bcb72eef..6d65c7863e9 100644 --- a/compiler/testData/diagnostics/tests/j+k/matchers.fir.kt +++ b/compiler/testData/diagnostics/tests/j+k/matchers.fir.kt @@ -14,5 +14,5 @@ public class Matcher { // FILE: main.kt fun test(x: List) { - Assert.assertThat(x, Matcher.hasItem("abc")) + Assert.assertThat(x, Matcher.hasItem("abc")) }