We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80899c5 commit 8c9d519Copy full SHA for 8c9d519
clang-tools-extra/test/clang-tidy/checkers/portability/avoid-pragma-once.cpp
@@ -1,5 +1,5 @@
1
// RUN: %check_clang_tidy %s portability-avoid-pragma-once %t \
2
-// RUN: -header-filter=.* -- -- -I%S/Inputs/avoid-pragma-once
+// RUN: -- --header-filter='.*' -- -I%S/Inputs/avoid-pragma-once
3
4
#include "lib.h"
5
-// CHECK-MESSAGES: :[[@LINE-1]]:1: warning: Avoid pragma once. [portability-avoid-pragma-once]
+// CHECK-MESSAGES: lib.h:1:1: warning: Avoid pragma once.
0 commit comments