From 77b7648f10e6ec8a013888cb57b5de02c45ad543 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Fri, 29 Jul 2016 19:46:40 +0300 Subject: [PATCH] Build fix: replace call with comparison inspection test (cherry picked from commit 7f6be5b) --- .../replaceCallWithComparison/inspectionData/expected.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idea/testData/inspections/replaceCallWithComparison/inspectionData/expected.xml b/idea/testData/inspections/replaceCallWithComparison/inspectionData/expected.xml index 2c2a9e18e94..4084903d0ae 100644 --- a/idea/testData/inspections/replaceCallWithComparison/inspectionData/expected.xml +++ b/idea/testData/inspections/replaceCallWithComparison/inspectionData/expected.xml @@ -13,7 +13,7 @@ light_idea_test_case Can be replaced with comparison - Replace with '==' operator + Replace with '!=' operator test.kt