Skip to content

Commit 14624e0

Browse files
committed
Fix the name of verify prefix
1 parent a36a3c4 commit 14624e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Sema/warn-stringcompare.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %clang_cc1 -x c -fsyntax-only -verify %s
22
// RUN: %clang_cc1 -x c++ -fsyntax-only -verify=expected,cxx %s
3-
// RUN: %clang_cc1 -x c++ -std=c++26 -fsyntax-only -verify=expected,cxx-26 %s
3+
// RUN: %clang_cc1 -x c++ -std=c++26 -fsyntax-only -verify=expected,cxx26 %s
44

55
#define DELIM "/"
66
#define DOT "."

0 commit comments

Comments
 (0)