From 8c73aa7dbbf053d024ce37c2ac5b7e1edb91913b Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 25 Jul 2025 13:53:54 -0400 Subject: [WARP] Update snapshots following regression fix Forgot to update these after the guid regression fix, there is no cause for alarm :) --- plugins/warp/tests/determinism.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/warp/tests/determinism.rs') diff --git a/plugins/warp/tests/determinism.rs b/plugins/warp/tests/determinism.rs index 403fff1d..76c666a1 100644 --- a/plugins/warp/tests/determinism.rs +++ b/plugins/warp/tests/determinism.rs @@ -8,7 +8,7 @@ use warp_ninja::cache::cached_function_guid; // These are the target files present in OUT_DIR // Add the files to fixtures/bin -static TARGET_FILES: [&str; 9] = [ +static TARGET_FILES: [&str; 10] = [ "_ctype.obj", "_fptostr.obj", "_mbslen.obj", @@ -18,6 +18,7 @@ static TARGET_FILES: [&str; 9] = [ "atof.obj", "atoldbl.obj", "atox.obj", + "ls" ]; #[test] -- cgit v1.3.1