From 08205ea6bcb153416de420e094f90c62d2c11b70 Mon Sep 17 00:00:00 2001 From: Kyler Date: Thu, 27 Nov 2025 19:45:19 -0700 Subject: [PATCH] Noted tests failing under MSVC on Windows --- SLS_C/Failing Tests.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/SLS_C/Failing Tests.md b/SLS_C/Failing Tests.md index 020aee5..98345fe 100644 --- a/SLS_C/Failing Tests.md +++ b/SLS_C/Failing Tests.md @@ -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.