From 21dba0f4527505e7fecc0135490d277edb506dc9 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 4 May 2024 17:55:44 +0900 Subject: test: BulkTest passed --- tests/src/SpecTestsuites/SpecTestsuiteBase.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/src/SpecTestsuites/SpecTestsuiteBase.php') diff --git a/tests/src/SpecTestsuites/SpecTestsuiteBase.php b/tests/src/SpecTestsuites/SpecTestsuiteBase.php index f2b0206..d6cd85e 100644 --- a/tests/src/SpecTestsuites/SpecTestsuiteBase.php +++ b/tests/src/SpecTestsuites/SpecTestsuiteBase.php @@ -252,10 +252,11 @@ abstract class SpecTestsuiteBase extends TestCase TrapKind::Unknown => 'unknown', TrapKind::OutOfBoundsMemoryAccess => 'out of bounds memory access', TrapKind::OutOfBoundsTableAccess => 'out of bounds table access', + TrapKind::UninitializedElement => 'uninitialized element', }; - $this->assertSame( - $expectedErrorMessage, + $this->assertStringContainsString( $actualErrorMessage, + $expectedErrorMessage, 'trap kind mismatch' . $message, ); } -- cgit v1.2.3-70-g09d2