From b41c468b1dde2b5987763f1bd4bd090352520a4b Mon Sep 17 00:00:00 2001 From: Jade Abraham Date: Thu, 21 Sep 2023 14:28:23 -0700 Subject: [PATCH] revert .good file change Signed-off-by: Jade Abraham --- test/release/examples/primers/forallLoops.good | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/release/examples/primers/forallLoops.good b/test/release/examples/primers/forallLoops.good index 8bc1a520c955..4d8cdce89bb6 100644 --- a/test/release/examples/primers/forallLoops.good +++ b/test/release/examples/primers/forallLoops.good @@ -40,5 +40,5 @@ After a loop with task-private variables: outerIntVariable is: 48 After MyRecord.myMethod, myR is: -(arrField = 2 4 6 8 10, intField = 5) +(arrField = 2 4 6 8 10, intField = 0)