From ec1fce58d93de61462ddf0c9e9c58e6e844d2230 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Tue, 13 Apr 2021 18:20:05 +0800 Subject: fix(core): remove wasm-test-streaming flag (#10158) --- cli/tests/integration_tests.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index f856b90b8..1252d8500 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -3433,11 +3433,6 @@ console.log("finish"); output: "wasm_async.out", }); - itest!(wasm_streaming { - args: "run wasm_streaming.js", - output: "wasm_streaming.out", - }); - itest!(wasm_unreachable { args: "run wasm_unreachable.js", output: "wasm_unreachable.out", -- cgit v1.2.3