Skip to content

Commit 6483ce9

Browse files
committed
fixup! [Sema] Fix tautological bounds check warning with -fwrapv
-verify=expected is the same thing as -verify Signed-off-by: Nathan Chancellor <[email protected]>
1 parent 8504a0d commit 6483ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Sema/tautological-pointer-comparison.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -fsyntax-only -verify=expected %s
1+
// RUN: %clang_cc1 -fsyntax-only -verify %s
22
// RUN: %clang_cc1 -fsyntax-only -fwrapv -verify=fwrapv %s
33

44
// fwrapv-no-diagnostics

0 commit comments

Comments
 (0)