aboutsummaryrefslogtreecommitdiff
path: root/ext/wasm/testing1.html
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wasm/testing1.html')
-rw-r--r--ext/wasm/testing1.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/wasm/testing1.html b/ext/wasm/testing1.html
index 0c6447022..bf73974ee 100644
--- a/ext/wasm/testing1.html
+++ b/ext/wasm/testing1.html
@@ -27,7 +27,9 @@
<div>Most stuff on this page happens in the dev console.</div>
<hr>
<div id='test-output'></div>
- <script src="api/sqlite3.js"></script>
+ <!-- testing1.js "should" work with both sqlite3.js and sqlite3-kvvfs.js -->
+ <!--script src="sqlite3-kvvfs.js"></script-->
+ <script src="sqlite3.js"></script>
<script src="common/SqliteTestUtil.js"></script>
<script src="testing1.js"></script>
</body>