12 lines
320 B
Diff
12 lines
320 B
Diff
--- test/types3.test
|
|
+++ test/types3.test 2007/12/18 09:35:32
|
|
@@ -35,7 +35,7 @@
|
|
do_test types3-1.3 {
|
|
set V [expr {1+123456789012345}]
|
|
concat [tcl_variable_type V] [execsql {SELECT typeof(:V)}]
|
|
- } {wideInt integer}
|
|
+ } {int integer}
|
|
} else {
|
|
do_test types3-1.3 {
|
|
set V [expr {1+123456789012345}]
|