You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./gradlew testClasses
:compileJava UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:compileTestJava
warning: [options] bootstrap class path not set in conjunction with -source 1.6
/home/tntim96/dev/rhino-fork/testsrc/org/mozilla/javascript/tests/Bug688018Test.java:22: error: unmappable character for encoding ASCII
That's really weird, I can't reproduce the error locally. Probably javac uses UTF-8 by default because of my OS locale settings.
But the proposed PR looks fine. Thnx !
./gradlew testClasses
:compileJava UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:compileTestJava
warning: [options] bootstrap class path not set in conjunction with -source 1.6
/home/tntim96/dev/rhino-fork/testsrc/org/mozilla/javascript/tests/Bug688018Test.java:22: error: unmappable character for encoding ASCII
The text was updated successfully, but these errors were encountered: