aboutsummaryrefslogtreecommitdiff
path: root/test/hex_float_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/hex_float_test.cpp')
-rw-r--r--test/hex_float_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hex_float_test.cpp b/test/hex_float_test.cpp
index ffdb8bda..7edfd43d 100644
--- a/test/hex_float_test.cpp
+++ b/test/hex_float_test.cpp
@@ -1343,7 +1343,7 @@ struct StreamParseCase {
template <typename T>
std::ostream& operator<<(std::ostream& os, const StreamParseCase<T>& fspc) {
os << "StreamParseCase(" << fspc.literal
- << ", expect_succes:" << int(fspc.expect_success) << ","
+ << ", expect_success:" << int(fspc.expect_success) << ","
<< fspc.expected_suffix << "," << fspc.expected_value << ")";
return os;
}