Skip to content

Commit 938799b

Browse files
committed
[FOLD] use -Wno-unused for test
1 parent 1af2d3f commit 938799b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CXX/temp/temp.names/p3-23.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -std=c++23 %s -verify
1+
// RUN: %clang_cc1 -std=c++23 -Wno-unused %s -verify
22

33
namespace FoundNothing {
44
template<typename T>

0 commit comments

Comments
 (0)