summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikolaj Boc <[email protected]>2023-07-06 13:59:27 +0200
committerMikolaj Boc <[email protected]>2023-07-24 12:32:35 +0200
commit2b02ca445ed52f374c4c08afcad54689d03bd5f1 (patch)
tree53cb3322b91eef425435963d212801b917e0098d
parent1e3d500463e3484effd039d06039edeed6770ffc (diff)
Use new entry function name in qwasmwindow test
Use qwasmwindow_harness_entry instead of the old createQtAppInstance. Change-Id: I381dd43d9144fe70f055c19db4cd95f90313883b Reviewed-by: Piotr Wierciński <[email protected]> Reviewed-by: Mikołaj Boc <[email protected]>
-rw-r--r--tests/manual/wasm/qwasmwindow/qwasmwindow_harness.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/wasm/qwasmwindow/qwasmwindow_harness.html b/tests/manual/wasm/qwasmwindow/qwasmwindow_harness.html
index c8f9e977fe1..2b126c1f8ba 100644
--- a/tests/manual/wasm/qwasmwindow/qwasmwindow_harness.html
+++ b/tests/manual/wasm/qwasmwindow/qwasmwindow_harness.html
@@ -4,7 +4,7 @@
<script type="text/javascript" src="qwasmwindow_harness.js"></script>
<script>
(async () => {
- const instance = await createQtAppInstance({});
+ const instance = await qwasmwindow_harness_entry({});
window.instance = instance;
const testSandbox = document.createElement('div');