Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 0679fb5

Browse files
author
Kota Mizushima
committed
us should be US
1 parent a8f91a2 commit 0679fb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scala/tools/partest/nest/Runner.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class Runner(val testFile: File, val suiteRunner: SuiteRunner) {
110110
"-classpath",
111111
joinPaths(outDir :: testClassPath),
112112
"-J-Duser.language=en",
113-
"-J-Duser.country=us"
113+
"-J-Duser.country=US"
114114
) ++ files.map(_.getAbsolutePath)
115115

116116
pushTranscript(args mkString " ")

0 commit comments

Comments
 (0)