Remove SHOULD_FAIL_WITH from testQuotesName thus fixing it
This commit is contained in:
-1
@@ -1,5 +1,4 @@
|
|||||||
// "Create class 'A!u00A0'" "true"
|
// "Create class 'A!u00A0'" "true"
|
||||||
// SHOULD_FAIL_WITH: java.util.concurrent.ExecutionException: java.lang.AssertionError: java.lang.AssertionError
|
|
||||||
fun test() {
|
fun test() {
|
||||||
val t = <caret>`A!u00A0`(1)
|
val t = <caret>`A!u00A0`(1)
|
||||||
}
|
}
|
||||||
-1
@@ -1,5 +1,4 @@
|
|||||||
// "Create class 'A!u00A0'" "true"
|
// "Create class 'A!u00A0'" "true"
|
||||||
// SHOULD_FAIL_WITH: java.util.concurrent.ExecutionException: java.lang.AssertionError: java.lang.AssertionError
|
|
||||||
fun test() {
|
fun test() {
|
||||||
val t = `A!u00A0`(1)
|
val t = `A!u00A0`(1)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user