diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-12-04 21:55:50 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-12-04 21:55:50 -0700 |
| commit | f7cbd92e6ca531fc19dce1f233b5c8ca0479eeb5 (patch) | |
| tree | 345e9325e58e5992b32a7bc6b5aeeb08ade3e2ae /lib/libunwind/src/Unwind-seh.cpp | |
| parent | 117c0460d3f5ff05d5e2c51c2aa376b56be13096 (diff) | |
| download | zig-f7cbd92e6ca531fc19dce1f233b5c8ca0479eeb5.tar.gz zig-f7cbd92e6ca531fc19dce1f233b5c8ca0479eeb5.zip | |
Revert "Merge pull request #10270 from Luukdegram/behaviour-tests"
This reverts commit 725267f7c20f0ba588b472048a8c1fe1a328c714, reversing
changes made to 2dae860de3494f97c9477af9282fe0131ff5c4cb.
This test is failing:
```zig
pub fn main() u8 {
var e = foo();
const i = e catch 69;
return i;
}
fn foo() anyerror!u8 {
return 5;
}
```
It's returning 69 instead of the expected value 5.
Diffstat (limited to 'lib/libunwind/src/Unwind-seh.cpp')
0 files changed, 0 insertions, 0 deletions
