mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Further improvements to the fuzzer. It still is not quite working. Pausing
to work on other things.... FossilOrigin-Name: 5f2f2fce40f43debeb0492c9b460b85c7dad2bde
This commit is contained in:
@ -32,8 +32,8 @@ do_test fuzzer1-1.1 {
|
||||
do_test fuzzer1-1.2 {
|
||||
db eval {
|
||||
INSERT INTO f1(cfrom, cto, cost) VALUES('e','a',1);
|
||||
INSERT INTO f1(cfrom, cto, cost) VALUES('a','e',1);
|
||||
INSERT INTO f1(cfrom, cto, cost) VALUES('e','o',2);
|
||||
INSERT INTO f1(cfrom, cto, cost) VALUES('a','e',10);
|
||||
INSERT INTO f1(cfrom, cto, cost) VALUES('e','o',100);
|
||||
}
|
||||
} {}
|
||||
|
||||
|
Reference in New Issue
Block a user