1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

More fleshing out of JS SQLTester.

FossilOrigin-Name: 8c503dfb9fa15389613a819fcc1792e23d3c05f99a9f450f82eac5125298726f
This commit is contained in:
stephan
2023-08-29 20:44:40 +00:00
parent aa15047796
commit 267c44771f
5 changed files with 84 additions and 27 deletions

View File

@ -270,7 +270,6 @@ public class SQLTester {
final long timeEnd = System.currentTimeMillis();
outln("🏁",(threw ? "" : "")," ",nTest," test(s) in ",
(timeEnd-timeStart),"ms.");
//ts.getFilename());
}
}
final long tEnd = System.currentTimeMillis();