use file-enable in tests to make it harder to get the syntax enable/disabling wrong
[clsql.git] / tests / test-oodml.lisp
index e1a9807db17459f4fccf3ef09df7812731b40dcc..4848075cf30e5bded8a72e3e2c6f80686dcaf6c7 100644 (file)
@@ -15,7 +15,8 @@
 
 (in-package #:clsql-tests)
 
-#.(clsql:locally-enable-sql-reader-syntax)
+(clsql-sys:file-enable-sql-reader-syntax)
+
 
 (setq *rt-oodml*
       '(
   t)
 ))
 
-
-
-#.(clsql:restore-sql-reader-syntax-state)