diff options
Diffstat (limited to 'tests/scopes.nom')
| -rw-r--r-- | tests/scopes.nom | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/scopes.nom b/tests/scopes.nom index 4d20dd7..9af8383 100644 --- a/tests/scopes.nom +++ b/tests/scopes.nom @@ -1,5 +1,6 @@ -#!/usr/bin/env nomsu -V2.4.4.3 +#!/usr/bin/env nomsu -V2.5.4.3 use "core" + %x = "outer" with local %x: %x = "inner" |
