From f768af46ab92596a7df60658dd684c751f3c78d1 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 5 May 2024 14:12:17 +0900 Subject: test: CallTest passed --- tests/src/SpecTestsuites/SpecTestsuiteBase.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/src/SpecTestsuites/SpecTestsuiteBase.php b/tests/src/SpecTestsuites/SpecTestsuiteBase.php index eca3b5c..05b7846 100644 --- a/tests/src/SpecTestsuites/SpecTestsuiteBase.php +++ b/tests/src/SpecTestsuites/SpecTestsuiteBase.php @@ -277,6 +277,8 @@ abstract class SpecTestsuiteBase extends TestCase TrapKind::OutOfBoundsMemoryAccess => 'out of bounds memory access', TrapKind::OutOfBoundsTableAccess => 'out of bounds table access', TrapKind::UninitializedElement => 'uninitialized element', + TrapKind::IndirectCallTypeMismatch => 'indirect call type mismatch', + TrapKind::UndefinedElement => 'undefined element', }; $this->assertStringContainsString( $actualErrorMessage, -- cgit v1.2.3-70-g09d2