diff options
author | stephan <stephan@noemail.net> | 2024-10-18 23:54:23 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2024-10-18 23:54:23 +0000 |
commit | a525d635a9bf25ea889e3d8537d4a20a2034340a (patch) | |
tree | 6baa71425af2dfc762e6916fd48140c2cb077f74 /ext/wasm/SQLTester/index.html | |
parent | 23caead6cbee369c7c7bccf9cb4e90c3487634ae (diff) | |
download | sqlite-a525d635a9bf25ea889e3d8537d4a20a2034340a.tar.gz sqlite-a525d635a9bf25ea889e3d8537d4a20a2034340a.zip |
Minor doc cleanups in SQLTester.mjs and confirm that the tests pass with both OPFS VFSes.
FossilOrigin-Name: ac747d57c2a26b47644bca2a9b191b09f5180f6872dce9c3261c370a18c848a2
Diffstat (limited to 'ext/wasm/SQLTester/index.html')
-rw-r--r-- | ext/wasm/SQLTester/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/wasm/SQLTester/index.html b/ext/wasm/SQLTester/index.html index 1dffad63e..2d85b9116 100644 --- a/ext/wasm/SQLTester/index.html +++ b/ext/wasm/SQLTester/index.html @@ -119,8 +119,6 @@ break; } }; - //runTests() - /* Inexplicably, */ })(); </script> </body> |