diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2022-05-16 20:44:40 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-05-17 23:50:38 -0700 |
| commit | 95f5e17e49d32a301d6a9d6f9948719d65469b09 (patch) | |
| tree | cf0457ec85038f2133ffbc7075e0ccf82d0ec7d1 /src | |
| parent | 00f3d84f38c54e70716cf8e2908c899b49de1d88 (diff) | |
| download | zig-95f5e17e49d32a301d6a9d6f9948719d65469b09.tar.gz zig-95f5e17e49d32a301d6a9d6f9948719d65469b09.zip | |
behavior tests: correction of C pointer test
This test was also covering this behavior:
```zig
test "equality of pointers to comptime const" {
const a: i32 = undefined;
comptime assert(&a == &a);
}
```
This check belongs in its own behavior test which isolates this
behavior; not bundled along with a C pointer test.
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions
