Skip to content

Commit 7c7c509

Browse files
committed
Merge '0.6.x' into 'master'.
1 parent e7613ec commit 7c7c509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js-envs-test-kit/src/main/scala/org/scalajs/jsenv/test/RunTests.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ private[test] class RunTests(config: JSEnvSuiteConfig, withCom: Boolean) {
7777

7878
@Test // Failed in Phantom - #2053
7979
def utf8Test: Unit = {
80-
withRun("""console.log("\u1234")""") {
80+
withRun("console.log('\u1234')") {
8181
_.expectOut("\u1234\n")
8282
.closeRun()
8383
}

0 commit comments

Comments
 (0)