From 4f62851575eec84cb9c7c2ff1a336130eb8659c0 Mon Sep 17 00:00:00 2001 From: Annie Date: Thu, 3 Apr 2025 17:40:06 -0400 Subject: [PATCH] reseting carl's mistake to what it should be from my changes --- tests/sprint2/test/sp2_carls_mistake.alpha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sprint2/test/sp2_carls_mistake.alpha b/tests/sprint2/test/sp2_carls_mistake.alpha index 2f4c1ef..daca47e 100644 --- a/tests/sprint2/test/sp2_carls_mistake.alpha +++ b/tests/sprint2/test/sp2_carls_mistake.alpha @@ -25,4 +25,4 @@ entry(arg) := { result := bar1(w); (* pass w (a rec type value) to bar1 *) result := bar2(5,7); (* implicitly build a rec type value, assign 5 and 7 to fields x and y, but call them r and s *) return 0; -} +} \ No newline at end of file