[libcxx-commits] [PATCH] D86321: Fix test for D77924.
    Elliott Hughes via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Fri Aug 21 10:45:29 PDT 2020
    
    
  
enh updated this revision to Diff 287062.
enh added a comment.
Address vvereschaka's comment.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D86321/new/
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.287062.patch
Type: text/x-patch
Size: 557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200821/12f50ba1/attachment-0001.bin>
    
    
More information about the libcxx-commits
mailing list