From 1e6d37f88c80ab3cb2d6fe43206feb61135ff574 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Thu, 17 Sep 2020 04:30:12 +0800 Subject: test(std/wasi): add sched_yield test (#7511) --- std/wasi/snapshot_preview1_test.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'std/wasi/snapshot_preview1_test.ts') diff --git a/std/wasi/snapshot_preview1_test.ts b/std/wasi/snapshot_preview1_test.ts index a8a1225da..c67ddb356 100644 --- a/std/wasi/snapshot_preview1_test.ts +++ b/std/wasi/snapshot_preview1_test.ts @@ -59,6 +59,7 @@ const tests = [ "testdata/wasi_proc_exit_one.wasm", "testdata/wasi_proc_exit_zero.wasm", "testdata/wasi_random_get.wasm", + "testdata/wasi_sched_yield.wasm", ]; const ignore = [ -- cgit v1.2.3