File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
llvm/include/llvm/Demangle Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Testing
53
53
-------
54
54
55
55
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
57
57
included in the core library. In the future though, we should probably move all
58
58
the tests to LLVM.
59
59
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ Testing
53
53
-------
54
54
55
55
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
57
57
included in the core library. In the future though, we should probably move all
58
58
the tests to LLVM.
59
59
You can’t perform that action at this time.
0 commit comments