diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-29 15:16:01 -0800 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-01-29 15:16:08 -0800 |
| commit | 99ccd0e0a490e7cabe2cce75feebd4047a5a0d22 (patch) | |
| tree | 9b729e75995a3d8f61b2bbda23e5103ab711e200 /tests | |
| parent | 27c80248889ff68aa51420f7c9b9dc07957525c5 (diff) | |
Fixed error->barf
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/control_flow.nom | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
