[libcxx-commits] [libcxxabi] t (PR #70413)

Vitaly Buka via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 26 21:51:58 PDT 2023


https://github.com/vitalybuka created https://github.com/llvm/llvm-project/pull/70413

None

>From efac13cb79b35ffd801b56e8c4aa0b80d55ff459 Mon Sep 17 00:00:00 2001
From: Vitaly Buka <vitalybuka at google.com>
Date: Thu, 26 Oct 2023 21:51:29 -0700
Subject: [PATCH] t

---
 libcxxabi/test/test_vector2.pass.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libcxxabi/test/test_vector2.pass.cpp b/libcxxabi/test/test_vector2.pass.cpp
index 2acbca960f96560..c74075835d44753 100644
--- a/libcxxabi/test/test_vector2.pass.cpp
+++ b/libcxxabi/test/test_vector2.pass.cpp
@@ -40,7 +40,7 @@ void my_construct ( void *) {
 //  std::printf ( "Constructing %lx\n", (unsigned long) p );
 }
 
-void my_destruct  ( void *) {
+void my_des`truct  ( void *) {
 //  std::printf ( "Destructing  %lx\n", (unsigned long) p );
 }
 



More information about the libcxx-commits mailing list