diff options
| author | Cody Tapscott <topolarity@tapscott.me> | 2022-04-11 14:52:09 -0700 |
|---|---|---|
| committer | Cody Tapscott <topolarity@tapscott.me> | 2022-04-11 15:35:28 -0700 |
| commit | 879b5627799b82ba7bcb4f15a8f0f517e014b222 (patch) | |
| tree | 6ec93d94eb1b5d05cb920ac40523d123edc3d046 /src/codegen/llvm | |
| parent | 7851377e95f1a0e9467a7e69dd506b47a4f45b87 (diff) | |
| download | zig-879b5627799b82ba7bcb4f15a8f0f517e014b222.tar.gz zig-879b5627799b82ba7bcb4f15a8f0f517e014b222.zip | |
Add file support for incremental error tests
Compile error test cases can now be given as a sequence of files:
- "foo.1.zig"
- "foo.2.zig"
- "foo.3.zig"
- etc.
This sequence of files is tested as incremental compilation updates to a
single "foo.zig" source file.
To help avoid mistakes, we enforce strict ordering for these files.
"foo.zig" cannot co-exist with "foo.X.zig", the sequence must include
"foo.1.zig", and no numbers may be skipped.
Diffstat (limited to 'src/codegen/llvm')
0 files changed, 0 insertions, 0 deletions
