Noted tests failing under MSVC on Windows

This commit is contained in:
Kyler Olsen 2025-11-27 19:45:19 -07:00
parent 4c07271aaf
commit 08205ea6bc
1 changed files with 5 additions and 0 deletions

View File

@ -53,3 +53,8 @@ value: `TokenString`
All non-code token strings won't work properly unless they are also valid code
token strings. All non-code token string features won't be implemented yet.
## Windows Tests
`test_format_basic_placeholders` and `Integer i32 Min Value` also fail when
compiling with MSVC on Windows instead of GCC on Linux.