diff options
| author | Veikka Tuominen <git@vexu.eu> | 2022-09-01 13:16:06 +0300 |
|---|---|---|
| committer | Veikka Tuominen <git@vexu.eu> | 2022-09-01 13:16:33 +0300 |
| commit | 2cd3989cb32d97c8a60d9cf4154e049815259b46 (patch) | |
| tree | 989dd82927529f4133259e26c36d1c0ef0e19a44 /test/standalone.zig | |
| parent | 2b92c5a23e912df56885ff10d690ff7bfd1e3f47 (diff) | |
| download | zig-2cd3989cb32d97c8a60d9cf4154e049815259b46.tar.gz zig-2cd3989cb32d97c8a60d9cf4154e049815259b46.zip | |
Sema: add more validation to coerceVarArgParam
Closes #12706
Diffstat (limited to 'test/standalone.zig')
| -rw-r--r-- | test/standalone.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/standalone.zig b/test/standalone.zig index bfd683ec4c..26af0d5da5 100644 --- a/test/standalone.zig +++ b/test/standalone.zig @@ -66,6 +66,7 @@ pub fn addCases(cases: *tests.StandaloneContext) void { if (builtin.os.tag == .linux) { cases.addBuildFile("test/standalone/pie/build.zig", .{}); } + cases.addBuildFile("test/standalone/issue_12706/build.zig", .{}); // Ensure the development tools are buildable. |
