From d1c268b76f65e69ea708096d5023c4d731cff594 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 11 Jul 2024 20:02:34 +0900 Subject: fix: various spectests --- tests/src/SpecTestsuites/Core/RefNullTest.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/src/SpecTestsuites/Core/RefNullTest.php') diff --git a/tests/src/SpecTestsuites/Core/RefNullTest.php b/tests/src/SpecTestsuites/Core/RefNullTest.php index dba16b4..48328f9 100644 --- a/tests/src/SpecTestsuites/Core/RefNullTest.php +++ b/tests/src/SpecTestsuites/Core/RefNullTest.php @@ -23,7 +23,6 @@ final class RefNullTest extends SpecTestsuiteBase public function testAssertReturn1(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'externref', 'args' => []], expected: [['type' => 'externref', 'value' => 'null']], line: 9, @@ -34,7 +33,6 @@ final class RefNullTest extends SpecTestsuiteBase public function testAssertReturn2(): void { $this->runAssertReturnCommand( - module: null, action: ['type' => 'invoke', 'field' => 'funcref', 'args' => []], expected: [['type' => 'funcref', 'value' => 'null']], line: 10, -- cgit v1.2.3-70-g09d2