From 4a3af36909b0681a17d9e42f237e38aa53318e92 Mon Sep 17 00:00:00 2001 From: Mikhail Glukhikh Date: Wed, 12 Sep 2018 17:49:32 +0300 Subject: [PATCH] Remove SHOULD_FAIL_WITH from testQuotesName thus fixing it --- .../createFromUsage/createClass/callExpression/quotedName.kt | 1 - .../createClass/callExpression/quotedName.kt.after | 1 - 2 files changed, 2 deletions(-) diff --git a/idea/testData/quickfix/createFromUsage/createClass/callExpression/quotedName.kt b/idea/testData/quickfix/createFromUsage/createClass/callExpression/quotedName.kt index c6a74027cfa..3457ac10ea5 100644 --- a/idea/testData/quickfix/createFromUsage/createClass/callExpression/quotedName.kt +++ b/idea/testData/quickfix/createFromUsage/createClass/callExpression/quotedName.kt @@ -1,5 +1,4 @@ // "Create class 'A!u00A0'" "true" -// SHOULD_FAIL_WITH: java.util.concurrent.ExecutionException: java.lang.AssertionError: java.lang.AssertionError fun test() { val t = `A!u00A0`(1) } \ No newline at end of file diff --git a/idea/testData/quickfix/createFromUsage/createClass/callExpression/quotedName.kt.after b/idea/testData/quickfix/createFromUsage/createClass/callExpression/quotedName.kt.after index 6f17679de66..da9a8af3d70 100644 --- a/idea/testData/quickfix/createFromUsage/createClass/callExpression/quotedName.kt.after +++ b/idea/testData/quickfix/createFromUsage/createClass/callExpression/quotedName.kt.after @@ -1,5 +1,4 @@ // "Create class 'A!u00A0'" "true" -// SHOULD_FAIL_WITH: java.util.concurrent.ExecutionException: java.lang.AssertionError: java.lang.AssertionError fun test() { val t = `A!u00A0`(1) }