Skip to content

Commit 8c9d519

Browse files
committed
Fix test message location.
1 parent 80899c5 commit 8c9d519

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %check_clang_tidy %s portability-avoid-pragma-once %t \
2-
// RUN: -header-filter=.* -- -- -I%S/Inputs/avoid-pragma-once
2+
// RUN: -- --header-filter='.*' -- -I%S/Inputs/avoid-pragma-once
33

44
#include "lib.h"
5-
// CHECK-MESSAGES: :[[@LINE-1]]:1: warning: Avoid pragma once. [portability-avoid-pragma-once]
5+
// CHECK-MESSAGES: lib.h:1:1: warning: Avoid pragma once.

0 commit comments

Comments
 (0)