aboutsummaryrefslogtreecommitdiff
path: root/test/cases/compile_errors/mod_assign_on_undefined_value.zig
AgeCommit message (Collapse)Author
2025-03-29compiler: "illegal behavior", not "undefined behavior", in errorsmlugg
2022-09-15organize some compile error testsAndrew Kelley
Many of these tests check for the incorrect behavior of stage1 whereas self-hosted correctly does not emit an error, so they are simply deleted. The remaining number of test cases within the stage1/ subdirectory is reduced from 143 to 103.