[libcxx-commits] [PATCH] D86321: Fix test for D77924.

Elliott Hughes via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 20 16:01:29 PDT 2020


enh created this revision.
enh added reviewers: vvereschaka, RKSimon.
Herald added a project: libc++abi.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++abi.
enh requested review of this revision.

The trailing 'L' was missing in the expectation.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86321

Files:
  libcxxabi/test/test_demangle.pass.cpp


Index: libcxxabi/test/test_demangle.pass.cpp
===================================================================
--- libcxxabi/test/test_demangle.pass.cpp
+++ libcxxabi/test/test_demangle.pass.cpp
@@ -29842,7 +29842,7 @@
 #if LDBL_FP128
     // This was found by libFuzzer+HWASan on aarch64 Android.
     {"1\006ILeeeEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE",
-     {"\x6<-0x1.cecececececececececececececep+11983"}},
+     {"\x6<-0x1.cecececececececececececececep+11983L"}},
 #endif
 };
 const unsigned NF = sizeof(fp_literal_cases) / sizeof(fp_literal_cases[0]);


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86321.286911.patch
Type: text/x-patch
Size: 556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200820/f51f7f76/attachment.bin>


More information about the libcxx-commits mailing list