Skip to content

Commit 0e3d609

Browse files
committed
Update clang-tools-extra/test/clang-tidy/checkers/misc/include-cleaner.cpp
1 parent e341545 commit 0e3d609

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

clang-tools-extra/test/clang-tidy/checkers/misc/include-cleaner.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,10 @@ std::string HelloString;
1616
int FooBarResult = foobar();
1717
// CHECK-MESSAGES: :[[@LINE-1]]:20: warning: no header providing "foobar" is directly included [misc-include-cleaner]
1818

19+
namespace valid {
20+
21+
namespace gh93335 {
1922
void log2() {}
23+
} // namespace gh93335
24+
25+
} // namespace valid

0 commit comments

Comments
 (0)