X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftest-syntax.lisp;h=ed1f4817c604f3926a84304afe1b93e2928932dd;hb=2645bad6c8673a32408801e7ea1f8a02a1583d7d;hp=6cb1c0c1ce1d26df8a76f39b4ba234d18fd23673;hpb=95704a836b85f40018186f97b332fd3873168a53;p=clsql.git diff --git a/tests/test-syntax.lisp b/tests/test-syntax.lisp index 6cb1c0c..ed1f481 100644 --- a/tests/test-syntax.lisp +++ b/tests/test-syntax.lisp @@ -14,7 +14,7 @@ (in-package #:clsql-tests) -#.(clsql:locally-enable-sql-reader-syntax) +(clsql-sys:file-enable-sql-reader-syntax) (setq *rt-syntax* @@ -424,5 +424,3 @@ (test test-out expected-result) "Test:~s didnt match ~S" test-out expected-result)))) - -#.(clsql:restore-sql-reader-syntax-state)