Revert tesdata changes to match changed code behavior

This commit is contained in:
Dmitry Jemerov
2017-06-08 11:07:03 +02:00
parent 4fab29b648
commit b143b1be42
2 changed files with 2 additions and 1 deletions
@@ -2,5 +2,6 @@ fun foo() {
val v = """
ArrayList<String> list = new ArrayList<String>();
// NO_CONVERSION_EXPECTED
"""
}
@@ -1,4 +1,4 @@
fun foo() {
val v = "ArrayList<String> list = new ArrayList<String>();\n" +
"// NO_CONVERSION_EXPECTED"
"// NO_CONVERSION_EXPECTED\n"
}