reproduce interpreter bug

This commit is contained in:
Richard Feldman 2025-11-19 15:01:46 -05:00
parent b5c27591bc
commit bb71fe5c51
No known key found for this signature in database

View file

@ -65,4 +65,7 @@ test "eval tests" {
std.testing.refAllDecls(@import("test/list_refcount_nested.zig"));
std.testing.refAllDecls(@import("test/list_refcount_complex.zig"));
std.testing.refAllDecls(@import("test/list_refcount_builtins.zig"));
// Bug reproduction test file exists but not included in build:
// src/eval/test/bug_list_of_tags_repro.zig
// See BUG_LIST_OF_TAGS.md for details
}