From cb19c7d9e7d707bf9903d64f663de4a3b188c1f8 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Thu, 29 Jan 2026 20:08:58 +0100 Subject: [PATCH] Test update --- test/test_suite/methods/method_resolution_order.c3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_suite/methods/method_resolution_order.c3 b/test/test_suite/methods/method_resolution_order.c3 index 4a5249a4e..7222c4c13 100644 --- a/test/test_suite/methods/method_resolution_order.c3 +++ b/test/test_suite/methods/method_resolution_order.c3 @@ -22,6 +22,6 @@ import test3; fn int main() { - Bar b; + Bar b; // #error: 'Bar' could not be found, did you spell it right return 0; } \ No newline at end of file