Skip to content

Commit 2ed5ef0

Browse files
committed
TEMPORARY: touch libcxx and lldb tests
1 parent cc9b3e8 commit 2ed5ef0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

libcxx/src/memory.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ _LIBCPP_BEGIN_NAMESPACE_STD
2929

3030
bad_weak_ptr::~bad_weak_ptr() noexcept {}
3131

32+
struct __Blah {} __blah;
33+
3234
const char* bad_weak_ptr::what() const noexcept { return "bad_weak_ptr"; }
3335

3436
__shared_count::~__shared_count() {}

lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/string/TestDataFormatterStdString.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def cleanup():
8181
% ns,
8282
"(%s::string *) null_str = nullptr" % ns,
8383
'(CustomString) custom_str = "hello!"',
84-
'(CustomWString) custom_wstr = L"hello!"',
84+
'(CustomWString) custom_ = L"hello!"',
8585
],
8686
)
8787

0 commit comments

Comments
 (0)