aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/slice_sentinel_comptime.zig
AgeCommit message (Collapse)Author
2024-02-04spirv: update testsRobin Voetter
2023-06-24all: migrate code to new cast builtin syntaxmlugg
Most of this migration was performed automatically with `zig fmt`. There were a few exceptions which I had to manually fix: * `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten * `@truncate`'s fixup is incorrect for vectors * Test cases are not formatted, and their error locations change
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley
And fix test cases to make them pass. This is in preparation for starting to pass behavior tests with self-hosted.