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 63ae6d7 commit 80899c5Copy full SHA for 80899c5
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: -- -- -isystem %S/Inputs/avoid-pragma-once
+// RUN: -header-filter=.* -- -- -I%S/Inputs/avoid-pragma-once
3
4
-#include <lib.h>
+#include "lib.h"
5
// CHECK-MESSAGES: :[[@LINE-1]]:1: warning: Avoid pragma once. [portability-avoid-pragma-once]
0 commit comments