diff options
| author | YongDo-Hyun <97219311+YongDo-Hyun@users.noreply.github.com> | 2025-12-28 00:06:51 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-03-27 19:57:09 +0300 |
| commit | 14b431d7df3ebf9ba672d1758c3d50cf22955194 (patch) | |
| tree | 2d0acc852eade1173eddc535fec291cae7278089 | |
| parent | 6943e7f0a4533eb4e1c0e40854607974f152ec3b (diff) | |
| download | Project-Tick-14b431d7df3ebf9ba672d1758c3d50cf22955194.tar.gz Project-Tick-14b431d7df3ebf9ba672d1758c3d50cf22955194.zip | |
feat: Update test/test_value.h
Co-authored-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
Signed-off-by: YongDo-Hyun <97219311+YongDo-Hyun@users.noreply.github.com>
| -rw-r--r-- | test/test_value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_value.h b/test/test_value.h index db93ffdf7a..c1f94a1847 100644 --- a/test/test_value.h +++ b/test/test_value.h @@ -13,7 +13,7 @@ public: v = int8_t(-5); TS_ASSERT_EQUALS(int32_t(v), int32_t(-5)); - TS_ASSERT_EQUALS(double(v), static_cast<double>(int8_t(-5))); + TS_ASSERT_EQUALS(double(v), 5.); v = value(); v = int16_t(12345); |
