diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-04-22 11:04:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-22 11:04:36 -0700 |
| commit | 21aa55d34e432b677f71cbb377aa89c8cdbd1483 (patch) | |
| tree | 87b831f51d09d923bfaf9f7a44477e50e773ae73 /test/cases/compile_errors | |
| parent | c7067ef6e823a0eaa87880e7a4b8bc89c0b31ab2 (diff) | |
| parent | f5cf732659d1bf3112c828ef9798db445ff53f3c (diff) | |
| download | zig-21aa55d34e432b677f71cbb377aa89c8cdbd1483.tar.gz zig-21aa55d34e432b677f71cbb377aa89c8cdbd1483.zip | |
Merge pull request #15356 from jacobly0/cbe-std-tests
cbe: enable CI for std tests
Diffstat (limited to 'test/cases/compile_errors')
| -rw-r--r-- | test/cases/compile_errors/atomicrmw_with_float_op_not_.Xchg_.Add_.Sub_.Max_or_.Min.zig (renamed from test/cases/compile_errors/atomicrmw_with_float_op_not_.Xchg_.Add_or_.Sub.zig) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cases/compile_errors/atomicrmw_with_float_op_not_.Xchg_.Add_or_.Sub.zig b/test/cases/compile_errors/atomicrmw_with_float_op_not_.Xchg_.Add_.Sub_.Max_or_.Min.zig index 80720fbca1..5714b323f1 100644 --- a/test/cases/compile_errors/atomicrmw_with_float_op_not_.Xchg_.Add_or_.Sub.zig +++ b/test/cases/compile_errors/atomicrmw_with_float_op_not_.Xchg_.Add_.Sub_.Max_or_.Min.zig @@ -7,4 +7,4 @@ export fn entry() void { // backend=stage2 // target=native // -// :3:30: error: @atomicRmw with float only allowed with .Xchg, .Add, and .Sub +// :3:30: error: @atomicRmw with float only allowed with .Xchg, .Add, .Sub, .Max, and .Min |
