Skip to content

Commit

Permalink
[wasm] fix invariant test - 'en-ES' -> 'es-ES'
Browse files Browse the repository at this point in the history
  • Loading branch information
radical committed Mar 11, 2021
1 parent 3cd29e0 commit 739881f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private void TestInvariantGlobalization(BuildArgs buildArgs, bool? invariantGlob
public class TestClass {
public static int Main()
{
var culture = new CultureInfo(""en-ES"", false);
var culture = new CultureInfo(""es-ES"", false);
// https://github.com/dotnet/runtime/blob/main/docs/design/features/globalization-invariant-mode.md#cultures-and-culture-data
Console.WriteLine($""{culture.LCID == 0x1000} - {culture.NativeName}"");
return 42;
Expand Down

0 comments on commit 739881f

Please sign in to comment.