summaryrefslogtreecommitdiffstats
path: root/third_party/sqlite/test/trigger7.test
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/sqlite/test/trigger7.test')
-rw-r--r--third_party/sqlite/test/trigger7.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/sqlite/test/trigger7.test b/third_party/sqlite/test/trigger7.test
index 2eacd04..2c79fa0 100644
--- a/third_party/sqlite/test/trigger7.test
+++ b/third_party/sqlite/test/trigger7.test
@@ -12,7 +12,7 @@
#
# This file implements tests to increase coverage of trigger.c.
#
-# $Id: trigger7.test,v 1.2 2008/03/19 13:03:34 drh Exp $
+# $Id: trigger7.test,v 1.3 2008/08/11 18:44:58 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@@ -116,6 +116,6 @@ do_test trigger7-99.1 {
catchsql {
DROP TRIGGER t2r5
}
-} {1 {malformed database schema (t1) - near "nonsense": syntax error}}
+} {1 {malformed database schema (t2r12) - near "nonsense": syntax error}}
finish_test