From 6f5877c86265e4cbf3bf3904a287c46eb1211a32 Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Wed, 3 Feb 2010 22:02:21 -0700 Subject: [PATCH] Remove spurious character --- tests/test-time.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.34.1