Index: test/cctest/wasm/test-wasm-breakpoints.cc |
diff --git a/test/cctest/wasm/test-wasm-breakpoints.cc b/test/cctest/wasm/test-wasm-breakpoints.cc |
index 57f1836f9819100ddd078b5a14635335d7b98761..b38d1bce67721c89f93e43eb9d7bc83dacd33ad8 100644 |
--- a/test/cctest/wasm/test-wasm-breakpoints.cc |
+++ b/test/cctest/wasm/test-wasm-breakpoints.cc |
@@ -264,7 +264,7 @@ TEST(WasmStepInAndOut) { |
WASM_SET_LOCAL( |
0, WASM_BINOP(kExprI32Sub, WASM_GET_LOCAL(0), WASM_ONE)), |
WASM_CALL_FUNCTION(runner.function_index(), WASM_GET_LOCAL(0)), |
- WASM_BR(1))); |
+ WASM_DROP, WASM_BR(1))); |
Isolate* isolate = runner.main_isolate(); |
Handle<JSFunction> main_fun_wrapper = |