Skip to content

Commit 96a979c

Browse files
committed
Fix test for D77924.
The trailing 'L' was missing in the expectation. Differential Revision: https://reviews.llvm.org/D86321
1 parent 93b2551 commit 96a979c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxxabi/test/test_demangle.pass.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -29842,7 +29842,7 @@ struct FPLiteralCase {
2984229842
#if LDBL_FP128
2984329843
// This was found by libFuzzer+HWASan on aarch64 Android.
2984429844
{"1\006ILeeeEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE",
29845-
{"\x6<-0x1.cecececececececececececececep+11983"}},
29845+
{"\x6<-0x1.cecececececececececececececep+11983L>"}},
2984629846
#endif
2984729847
};
2984829848
const unsigned NF = sizeof(fp_literal_cases) / sizeof(fp_literal_cases[0]);

0 commit comments

Comments
 (0)