]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.deploy.test.17: fix typo
authorSlava Pestov <slava@shill.local>
Fri, 20 Nov 2009 21:35:12 +0000 (15:35 -0600)
committerSlava Pestov <slava@shill.local>
Fri, 20 Nov 2009 21:35:12 +0000 (15:35 -0600)
basis/tools/deploy/test/17/17.factor

index 31984940dd9001cca0078ee48281f7df05764f8f..a7cb0d25f2f14cdd22b5088815bf98c3282ad6e2 100644 (file)
@@ -11,7 +11,7 @@ person "PEOPLE" {
     { "occupation" "OCCUPATION" { VARCHAR 256 } +not-null+ }
 } define-persistent
 
-: db-deploy-test ( -- ) ;
+: db-deploy-test ( -- )
     "test.db" temp-file <sqlite-db> [
         person recreate-table