From 86539d2a039c230041442a11df00614b713517dd Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Fri, 1 May 2020 20:09:51 -0400 Subject: [PATCH] Fix tests --- tests/forth/test_flow.fs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/forth/test_flow.fs b/tests/forth/test_flow.fs index 3cce5cb..78feb46 100644 --- a/tests/forth/test_flow.fs +++ b/tests/forth/test_flow.fs @@ -1,3 +1,4 @@ +152 LOAD ( extra ) : foo CASE 'X' OF 42 ENDOF