summaryrefslogtreecommitdiff
path: root/test/intpkey.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/intpkey.test')
-rw-r--r--test/intpkey.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/intpkey.test b/test/intpkey.test
index 05b6cdf..db39421 100644
--- a/test/intpkey.test
+++ b/test/intpkey.test
@@ -376,7 +376,7 @@ do_test intpkey-5.1 {
} {0 zero entry 0}
do_test intpkey-5.2 {
execsql {
- SELECT rowid, a FROM t1
+ SELECT rowid, a FROM t1 ORDER BY rowid
}
} {-4 -4 0 0 5 5 6 6 11 11}