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:
mlugg 2025-09-10 13:40:00 +01:00 committed by Andrew Kelley
parent fcc7e378f8
commit baaf715d21

View file

@ -9,8 +9,5 @@ export fn entry() void {
const D = 1; const D = 1;
// error // error
// backend=stage2
// target=native
// //
// :2:13: error: enum 'tmp.Foo' has no member named 'B' // :1:5: error: dependency loop detected
// :1:17: note: enum declared here