aboutsummaryrefslogtreecommitdiff
path: root/examples/parser_tests.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2017-09-19 00:30:47 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2017-09-19 00:30:47 -0700
commit3b10a608267ce00cc140b63a19c9433f261f9794 (patch)
tree4a4c6c9da5841bc2a18f794967f5b2127412075a /examples/parser_tests.nom
parent0ee5b5888208dff29881869d9dc3595025b515c0 (diff)
Moved core into lib/ and recompiled.
Diffstat (limited to 'examples/parser_tests.nom')
-rw-r--r--examples/parser_tests.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/parser_tests.nom b/examples/parser_tests.nom
index 81608b7..47cb893 100644
--- a/examples/parser_tests.nom
+++ b/examples/parser_tests.nom
@@ -1,4 +1,4 @@
-run file "core.nom"
+run file "lib/core.nom"
test: say "foo" ..yields ".."
|Call [say %]: