summaryrefslogtreecommitdiff
path: root/test/fuzzer1.test
diff options
context:
space:
mode:
authorHans-Christoph Steiner <hans@eds.org>2013-08-13 15:42:54 -0400
committerHans-Christoph Steiner <hans@eds.org>2013-08-13 15:42:54 -0400
commit08119c361d1181b3e8f1abb429236e488a664753 (patch)
tree77e5a8b6d411ca32c360c7e48df5c293b1e0baac /test/fuzzer1.test
parent1b5ba8e022836fa8ab93bc90df1b34a29ea6e134 (diff)
Imported Upstream version 2.2.1
Diffstat (limited to 'test/fuzzer1.test')
-rw-r--r--test/fuzzer1.test9
1 files changed, 1 insertions, 8 deletions
diff --git a/test/fuzzer1.test b/test/fuzzer1.test
index dc8b445..473d0e1 100644
--- a/test/fuzzer1.test
+++ b/test/fuzzer1.test
@@ -24,12 +24,7 @@ ifcapable !vtab {
set ::testprefix fuzzer1
-# Test of test code. Only here to make the coverage metric better.
-do_test 0.1 {
- list [catch { register_fuzzer_module a b c } msg] $msg
-} {1 {wrong # args: should be "register_fuzzer_module DB"}}
-
-register_fuzzer_module db
+load_static_extension db fuzzer
# Check configuration errors.
#
@@ -1864,5 +1859,3 @@ do_execsql_test 10.3 {
} {1 21 41 61 81}
finish_test
-
-