Cleanup WIP changes from last commit

This commit is contained in:
Martin Hořeňovský
2025-08-02 10:21:41 +02:00
parent c5e0ef4e67
commit 9b3f508a1b
18 changed files with 73 additions and 75 deletions

View File

@@ -151,6 +151,7 @@
:test-result: PASS Exception matchers that succeed
:test-result: PASS Exception message can be matched
:test-result: PASS Exception messages can be tested for
:test-result: PASS Exception thrown inside stringify does not fail the test
:test-result: PASS Exceptions matchers
:test-result: FAIL Expected exceptions that don't throw or unexpected exceptions fail the test
:test-result: FAIL FAIL aborts the test
@@ -241,7 +242,6 @@
:test-result: PASS String matchers
:test-result: PASS StringRef
:test-result: PASS StringRef at compilation time
:test-result: PASS Stringifying bla bla bla
:test-result: PASS Stringifying char arrays with statically known sizes - char
:test-result: PASS Stringifying char arrays with statically known sizes - signed char
:test-result: PASS Stringifying char arrays with statically known sizes - unsigned char