Skip to content

Commit 1d2cb07

Browse files
committed
fixup! adjust another float test expectation
1 parent 35579da commit 1d2cb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/Demangle/ItaniumDemangleTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ FPLiteralCase g_fp_literal_cases[] = {
262262
#if LDBL_FP80
263263
{"_ZN5test01hIfEEvRAcvjplstT_Le4001a000000000000000E_c",
264264
{
265-
"void test0::h<float>(char (&) [(unsigned int)(sizeof (float) + 0x1.4p+2L)])",
265+
"void test0::h<float>(char (&) [(unsigned int)(sizeof (float) + 0x1.4000000000000p+2L)])",
266266
"void test0::h<float>(char (&) [(unsigned int)(sizeof (float) + 0x1.4p+2L)])",
267267
"void test0::h<float>(char (&) [(unsigned int)(sizeof (float) + 0x2.8p+1L)])",
268268
"void test0::h<float>(char (&) [(unsigned int)(sizeof (float) + 0x5p+0L)])",

0 commit comments

Comments
 (0)