diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test-vikalpa.scm | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/test-vikalpa.scm b/tests/test-vikalpa.scm index 6561e17..961d683 100644 --- a/tests/test-vikalpa.scm +++ b/tests/test-vikalpa.scm @@ -20,7 +20,7 @@    #:use-module (srfi srfi-64)    #:use-module (vikalpa)) -(define-system test/defs () +(define-system test/defs (core-system)    (define-syntax-rules implies ()      ((implies x y) (if x y #t))      ((implies x y z . rest) | 
