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
Fix remaining Windows Unicode issue in test output checker
- Added platform detection to check_outputs.py
- Use ASCII characters ([OK], [FAIL]) on Windows
- Keep Unicode characters (✓, ✗) on Unix-like systems
- Fixes the last failing test on Windows CI
0 commit comments