Skip to content

Commit e9de538

Browse files
Hubert Tonghubert-reinterpretcast
Hubert Tong
authored andcommitted
NFC: Demangler README.txt: Fix LLVM unittests path
1 parent d2d1b58 commit e9de538

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcxxabi/src/demangle/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Testing
5353
-------
5454

5555
The tests are split up between libcxxabi/test/{unit,}test_demangle.cpp, and
56-
llvm/unittest/Demangle. The llvm directory should only get tests for stuff not
56+
llvm/unittests/Demangle. The llvm directory should only get tests for stuff not
5757
included in the core library. In the future though, we should probably move all
5858
the tests to LLVM.
5959

llvm/include/llvm/Demangle/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Testing
5353
-------
5454

5555
The tests are split up between libcxxabi/test/{unit,}test_demangle.cpp, and
56-
llvm/unittest/Demangle. The llvm directory should only get tests for stuff not
56+
llvm/unittests/Demangle. The llvm directory should only get tests for stuff not
5757
included in the core library. In the future though, we should probably move all
5858
the tests to LLVM.
5959

0 commit comments

Comments
 (0)