diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-18 17:55:29 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-07-18 17:56:15 -0700 |
| commit | bf67a610135c0803187cf6ed896638962f142d14 (patch) | |
| tree | a0b126c954168282c8c69ea728d4abbae712ac33 /tests/inner | |
| parent | acb86f78c3f79479ac3a73f0e5862f8f5d8f31f5 (diff) | |
Updating to version 2.4.4.3, with new syntax for multi-statement 'if'
and switch statements.
Diffstat (limited to 'tests/inner')
| -rw-r--r-- | tests/inner/inner.nom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/inner/inner.nom b/tests/inner/inner.nom index a4341f0..903e0c0 100644 --- a/tests/inner/inner.nom +++ b/tests/inner/inner.nom @@ -1,3 +1,3 @@ -#!/usr/bin/env nomsu -V1 +#!/usr/bin/env nomsu -V2.4.4.3 use "core" -say "Inner directory 'use' test passed." +say "Inner directory 'use' test passed."
\ No newline at end of file |
