diff options
| author | Mason Reed <mason@vector35.com> | 2025-07-25 13:53:54 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-07-28 20:33:56 -0400 |
| commit | 8c73aa7dbbf053d024ce37c2ac5b7e1edb91913b (patch) | |
| tree | 0892446249f92904da7b3b53c3739ccacba0f46c /plugins/warp/tests/determinism.rs | |
| parent | 8055b2b46549b27db7008d50c21477b380c18903 (diff) | |
[WARP] Update snapshots following regression fix
Forgot to update these after the guid regression fix, there is no cause for alarm :)
Diffstat (limited to 'plugins/warp/tests/determinism.rs')
| -rw-r--r-- | plugins/warp/tests/determinism.rs | 3 |
1 files changed, 2 insertions, 1 deletions
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] |
