From ed576500eb709f7b21b82767a8921c98aea44d45 Mon Sep 17 00:00:00 2001 From: Guy Repta <50716988+gtrepta@users.noreply.github.com> Date: Tue, 19 Sep 2023 17:17:17 -0500 Subject: [PATCH] Fix test output --- .../1_k/4_imp++/lesson_6/tests/spawn.imp.out | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_6/tests/spawn.imp.out b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_6/tests/spawn.imp.out index 7552e7a23a0..eba23e61a03 100644 --- a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_6/tests/spawn.imp.out +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_6/tests/spawn.imp.out @@ -1,13 +1,13 @@ { Out:String #Equals - "x = 21\n" + "x = 11\n" } #And { Store:Map #Equals - 0 |-> 21 + 0 |-> 11 } #Or { @@ -19,7 +19,7 @@ { Store:Map #Equals - 0 |-> 11 + 0 |-> 21 } #Or { @@ -31,31 +31,31 @@ { Store:Map #Equals - 0 |-> 21 + 0 |-> 33 } #Or { Out:String #Equals - "x = 11\n" + "x = 16\n" } #And { Store:Map #Equals - 0 |-> 33 + 0 |-> 16 } #Or { Out:String #Equals - "x = 16\n" + "x = 21\n" } #And { Store:Map #Equals - 0 |-> 16 + 0 |-> 21 } #Or {