aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/src/SpecTestsuites/Core/CallIndirectTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/SpecTestsuites/Core/CallIndirectTest.php')
-rw-r--r--tests/src/SpecTestsuites/Core/CallIndirectTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/src/SpecTestsuites/Core/CallIndirectTest.php b/tests/src/SpecTestsuites/Core/CallIndirectTest.php
index c99bd23..6dd311a 100644
--- a/tests/src/SpecTestsuites/Core/CallIndirectTest.php
+++ b/tests/src/SpecTestsuites/Core/CallIndirectTest.php
@@ -1068,6 +1068,7 @@ final class CallIndirectTest extends SpecTestsuiteBase
public function testAssertExhaustion96(): void
{
$this->runAssertExhaustionCommand(
+ module: null,
action: ['type' => 'invoke', 'field' => 'runaway', 'args' => []],
text: 'call stack exhausted',
line: 585,
@@ -1078,6 +1079,7 @@ final class CallIndirectTest extends SpecTestsuiteBase
public function testAssertExhaustion97(): void
{
$this->runAssertExhaustionCommand(
+ module: null,
action: ['type' => 'invoke', 'field' => 'mutual-runaway', 'args' => []],
text: 'call stack exhausted',
line: 586,