cases: account for changed compile errors

This commit is contained in:
mlugg 2024-02-16 12:15:39 +00:00
parent 5a957a3281
commit b2f28a104d
No known key found for this signature in database
GPG Key ID: E60D96B91E86EF9F

View File

@ -14,6 +14,6 @@ export fn entry() usize {
// backend=stage2
// target=native
//
// :6:5: error: unable to resolve comptime value
// :6:5: note: value being returned at comptime must be comptime-known
// :6:12: error: unable to resolve comptime value
// :6:12: note: value being returned at comptime must be comptime-known
// :2:12: note: called from here