From 99ccd0e0a490e7cabe2cce75feebd4047a5a0d22 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 29 Jan 2018 15:16:01 -0800 Subject: [PATCH] Fixed error->barf --- tests/control_flow.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/control_flow.nom b/tests/control_flow.nom index f0fc092..71d5f85 100644 --- a/tests/control_flow.nom +++ b/tests/control_flow.nom @@ -31,7 +31,7 @@ action [return nil]: return (nil) assume (((return nil) if (yes) else 99) = (nil)) go to %skip -error "go to failed." +barf "go-to failed." --- %skip --- %tot <- 0