Skip to content

Commit

Permalink
fix minor tests-user issue
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddlingbits committed Jun 13, 2024
1 parent 9979637 commit 3decdde
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure/docsite/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -301,5 +301,5 @@ <h2 id="post-feedback">Post Feedback</h2>

<!--
MkDocs version : 1.5.3
Build Date UTC : 2024-06-13 01:42:59.650127+00:00
Build Date UTC : 2024-06-13 02:31:29.761624+00:00
-->
Binary file modified azure/docsite/sitemap.xml.gz
Binary file not shown.
Binary file modified azure/examples/dist/tests-user/tests-user.wasm
Binary file not shown.
Binary file modified azure/examples/tests-user/tests-user.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/tests-user/tests-user.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ static int time(parseCommand) {
static int unittests(parseCommand) {
printf("starting unit tests of tiny wasm runtime...\n");

printf("malloc_unit_test: %s\n", malloc_unit_test()?"success":"FAIL");
// printf("malloc_unit_test: %s\n", malloc_unit_test()?"success":"FAIL"); doesn't work here -- see example/tests
printf("locale_unit_test: %s\n", locale_unit_test()?"success":"FAIL");
printf("rand_unit_test: %s\n", rand_unit_test()?"success":"FAIL");
printf("stdlib_unit_test: %s\n", stdlib_unit_test()?"success":"FAIL");
Expand Down
Binary file modified examples/tests-user/tests-user.wasm
Binary file not shown.

0 comments on commit 3decdde

Please sign in to comment.