r9112: fixes
[clsql.git] / tests / test-basic.lisp
index b4cec793479b444078cc0afba61d594c05170656..a13c76efabad754aec378c875a4ab18318880f79 100644 (file)
@@ -53,7 +53,7 @@
     (test-table-row (list int float bigint str) nil type))
   (do-query ((int float bigint str) "select * from test_clsql" :result-types :auto)
     (test-table-row (list int float bigint str) :auto type))
-  #+ignore (drop-test-table db))
+  (drop-test-table db))
 
 
 (defun %test-basic-untyped (db type)