]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/db/tuples/tuples-tests.factor
Updating code for make and fry changes
[factor.git] / basis / db / tuples / tuples-tests.factor
index 3b044549959e1288c0a874f55275054bbe0fd4be..67e46f9e1825651d1989c55dfa114cedb28371fb 100755 (executable)
@@ -201,10 +201,10 @@ TUPLE: annotation n paste-id summary author mode contents ;
 ! ] with-db
 
 : test-sqlite ( quot -- )
-    [ ] swap '[ "tuples-test.db" temp-file sqlite-db , with-db ] unit-test ;
+    [ ] swap '[ "tuples-test.db" temp-file sqlite-db _ with-db ] unit-test ;
 
 : test-postgresql ( quot -- )
-    [ ] swap '[ { "localhost" "postgres" "foob" "factor-test" } postgresql-db , with-db ] unit-test ;
+    [ ] swap '[ { "localhost" "postgres" "foob" "factor-test" } postgresql-db _ with-db ] unit-test ;
 
 : test-repeated-insert
     [ ] [ person ensure-table ] unit-test