From 3b10a608267ce00cc140b63a19c9433f261f9794 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 19 Sep 2017 00:30:47 -0700 Subject: Moved core into lib/ and recompiled. --- examples/parser_tests.nom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/parser_tests.nom') 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 %]: -- cgit v1.2.3