use file-enable in tests to make it harder to get the syntax enable/disabling wrong
[clsql.git] / tests / test-syntax.lisp
index 6cb1c0c1ce1d26df8a76f39b4ba234d18fd23673..ed1f4817c604f3926a84304afe1b93e2928932dd 100644 (file)
@@ -14,7 +14,7 @@
 
 (in-package #:clsql-tests)
 
-#.(clsql:locally-enable-sql-reader-syntax)
+(clsql-sys:file-enable-sql-reader-syntax)
 
 
 (setq *rt-syntax*
                     (test test-out expected-result)
                     "Test:~s didnt match ~S"
                     test-out expected-result))))
-
-#.(clsql:restore-sql-reader-syntax-state)