mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
Throw another target in there just to spice things up a little! Running the incremental cases with the C backend is pretty slow due to the need to recompile the whole output from scratch on every update; for this reason, we probably don't want to keep many of these targeting CBE long-term. However, for now, while we have relatively few tests and things are still changing quite a lot, it's better to have this little bit of extra test coverage. |
||
|---|---|---|
| .. | ||
| add_decl | ||
| add_decl_namespaced | ||
| delete_comptime_decls | ||
| hello | ||
| modify_inline_fn | ||
| move_src | ||
| remove_enum_field | ||
| type_becomes_comptime_only | ||
| unreferenced_error | ||