Remove SHOULD_FAIL_WITH from testQuotesName thus fixing it

This commit is contained in:
Mikhail Glukhikh
2018-09-12 17:49:32 +03:00
parent 3014c3b33b
commit 4a3af36909
2 changed files with 0 additions and 2 deletions
@@ -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 = <caret>`A!u00A0`(1)
}
@@ -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)
}