diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-04-03 02:42:41 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-04-03 02:44:01 +0900 |
| commit | 5fd76d0bf2cf3128cc8e9f55364641f16e1aa82e (patch) | |
| tree | 7eeefa8cfb4c7179d04242ffe9385a4d3275e99c /phpunit.xml | |
| parent | 33f89afa91e62e8c496e02a188301cd11497f287 (diff) | |
| download | php-waddiwasi-5fd76d0bf2cf3128cc8e9f55364641f16e1aa82e.tar.gz php-waddiwasi-5fd76d0bf2cf3128cc8e9f55364641f16e1aa82e.tar.zst php-waddiwasi-5fd76d0bf2cf3128cc8e9f55364641f16e1aa82e.zip | |
fix: truncate ops
Diffstat (limited to 'phpunit.xml')
| -rw-r--r-- | phpunit.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpunit.xml b/phpunit.xml index a2f646e..336683b 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -39,6 +39,7 @@ <file>tests/src/SpecTestsuites/Core/F64CmpTest.php</file> <file>tests/src/SpecTestsuites/Core/F64Test.php</file> <file>tests/src/SpecTestsuites/Core/FacTest.php</file> + <file>tests/src/SpecTestsuites/Core/FloatMiscTest.php</file> <file>tests/src/SpecTestsuites/Core/ForwardTest.php</file> <file>tests/src/SpecTestsuites/Core/FuncPtrsTest.php</file> <file>tests/src/SpecTestsuites/Core/FuncTest.php</file> |
