From: Kevin Rosenberg Date: Thu, 4 Feb 2010 05:02:21 +0000 (-0700) Subject: Remove spurious character X-Git-Tag: v5.0.0~17 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=6f5877c86265e4cbf3bf3904a287c46eb1211a32 Remove spurious character --- diff --git a/tests/test-time.lisp b/tests/test-time.lisp index 47f0709..bf2085e 100644 --- a/tests/test-time.lisp +++ b/tests/test-time.lisp @@ -1,5 +1,4 @@ ;;; -*- Mode: Lisp -*- -;;; $Id$ ;;; ;;; Copyright (c) 2000, 2001 onShore Development, Inc. ;;; @@ -9,7 +8,7 @@ #.(clsql-sys:locally-enable-sql-reader-syntax) (def-view-class datetest () -e ((testtimetz :column "testtimetz" + ((testtimetz :column "testtimetz" :type clsql-sys:wall-time :db-kind :base :db-constraints nil