File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
src/libraries/System.Runtime/tests/System.Globalization.Tests/CultureInfo Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,11 @@ public void CurrentCulture()
3737 [ PlatformSpecific ( TestPlatforms . OSX | TestPlatforms . iOS | TestPlatforms . MacCatalyst | TestPlatforms . tvOS ) ]
3838 public void CurrentCulture_Default_Not_Invariant ( )
3939 {
40+ // [REMOVE] Log CurrentCulture
41+ System . Diagnostics . Debug . WriteLine ( $ "Debug: CurrentCulture on Apple platform: { CultureInfo . CurrentCulture . Name } ") ;
42+ System . Console . WriteLine ( $ "Console: CurrentCulture on Apple platform: { CultureInfo . CurrentCulture . Name } ") ;
43+
44+
4045 // On OSX-like platforms, it should default to what the default system culture is
4146 // set to. Since we shouldn't assume en-US, we just test if it's not the invariant
4247 // culture.
You can’t perform that action at this time.
0 commit comments