mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
reproduce interpreter bug
This commit is contained in:
parent
b5c27591bc
commit
bb71fe5c51
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue