use file-enable in tests to make it harder to get the syntax enable/disabling wrong
[clsql.git] / tests / ds-artists.lisp
index 4637fde97a31919d45c45d2d35a3ef2d8a327285..6b657058d48c2e2f6d36d62313d66bf5b52591b8 100644 (file)
@@ -1,6 +1,6 @@
 (in-package #:clsql-tests)
 
-#.(clsql:locally-enable-sql-reader-syntax)
+(clsql-sys:file-enable-sql-reader-syntax)
 
 (defparameter artist1 nil)
 
@@ -34,4 +34,3 @@
                (mapc #'clsql-sys:drop-sequence
                      (list "artist_artist_id_seq"))))))
 
-#.(clsql:restore-sql-reader-syntax-state)