mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
cases: update for new error
The latest bugfix reverted this case to its old behavior (which is a reasonable behavior to have).
This commit is contained in:
parent
fcc7e378f8
commit
baaf715d21
1 changed files with 1 additions and 4 deletions
|
|
@ -9,8 +9,5 @@ export fn entry() void {
|
|||
const D = 1;
|
||||
|
||||
// error
|
||||
// backend=stage2
|
||||
// target=native
|
||||
//
|
||||
// :2:13: error: enum 'tmp.Foo' has no member named 'B'
|
||||
// :1:17: note: enum declared here
|
||||
// :1:5: error: dependency loop detected
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue