[Flint] fixing test
Mirror Gitea refs to GitHub / mirror (push) Successful in 15s
Test / build_and_test (push) Successful in 2m37s
Build / build (push) Successful in 5m20s

This commit is contained in:
2026-08-29 13:38:42 +02:00
parent fda7a2891c
commit e40db08357
+1 -1
View File
@@ -997,7 +997,7 @@ fn expectLoweringError(source: []const u8, expected: Error) !void {
return;
};
defer program.deinit();
return Error.TestExpectedError;
return error.TestExpectedError;
}
test "[ir] Lower: basic shader" {