diff options
Diffstat (limited to 'ext/wasm/batch-runner.html')
-rw-r--r-- | ext/wasm/batch-runner.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/wasm/batch-runner.html b/ext/wasm/batch-runner.html index a07fe930a..e7a2b1e08 100644 --- a/ext/wasm/batch-runner.html +++ b/ext/wasm/batch-runner.html @@ -69,8 +69,6 @@ <label for='cb-reverse-log-order'>Reverse log order (newest first)</label> </span> <div id='test-output'></div> - <!-- batch-runner.js "should" work with sqlite3-kvvfs so long as - its data sets don't violate the the storage limits. --> <script src="sqlite3-wasmfs.js"></script> <script src="common/SqliteTestUtil.js"></script> <script src="batch-runner.js"></script> |