From 414806bfa0f7ab320f324c10af663c31d5794365 Mon Sep 17 00:00:00 2001 From: Evan Hubinger Date: Sun, 18 Aug 2024 01:06:06 -0700 Subject: [PATCH] Improve test --- coconut/tests/src/cocotest/agnostic/primary_2.coco | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coconut/tests/src/cocotest/agnostic/primary_2.coco b/coconut/tests/src/cocotest/agnostic/primary_2.coco index f4238643..0150a89c 100644 --- a/coconut/tests/src/cocotest/agnostic/primary_2.coco +++ b/coconut/tests/src/cocotest/agnostic/primary_2.coco @@ -480,7 +480,7 @@ def primary_test_2() -> bool: assert x == 9 == y (x=x) = (x=10) assert x == 10 - (x=, y=y) = (x=11, y=11) + (y=y, x=) = (x=11, y=11) assert x == 11 == y tuple(x=) = (x=12, y=12) assert x == 12