diff options
Diffstat (limited to 'examples/parser_tests.nom')
| -rw-r--r-- | examples/parser_tests.nom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/parser_tests.nom b/examples/parser_tests.nom index 47cb893..5cf64d3 100644 --- a/examples/parser_tests.nom +++ b/examples/parser_tests.nom @@ -1,4 +1,4 @@ -run file "lib/core.nom" +require "lib/core.nom" test: say "foo" ..yields ".." |Call [say %]: |
