use file-enable in tests to make it harder to get the syntax enable/disabling wrong
[clsql.git] / tests / test-time.lisp
index 050e07fd380d3e9263c8f47f0795bac233ba720d..374ad9503fa9c5bac2285c86ec44b427f221087d 100644 (file)
@@ -5,7 +5,7 @@
 ;;; Test time functions (time.lisp)
 
 (in-package #:clsql-tests)
-#.(clsql-sys:locally-enable-sql-reader-syntax)
+(clsql-sys:file-enable-sql-reader-syntax)
 
 (def-view-class datetest ()
   ((testtimetz :column "testtimetz"
 ))
 
 
-#.(clsql-sys:locally-disable-sql-reader-syntax)
+