summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/out-of-bounds.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/out-of-bounds.c')
-rw-r--r--clang/test/Analysis/out-of-bounds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/out-of-bounds.c b/clang/test/Analysis/out-of-bounds.c
index 22736570911..ac2cdc82598 100644
--- a/clang/test/Analysis/out-of-bounds.c
+++ b/clang/test/Analysis/out-of-bounds.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -Wno-array-bounds -analyze -analyzer-checker=core,security.experimental.ArrayBoundV2 -verify %s
+// RUN: %clang_cc1 -Wno-array-bounds -analyze -analyzer-checker=core,experimental.security.ArrayBoundV2 -verify %s
// Tests doing an out-of-bounds access after the end of an array using:
// - constant integer index
OpenPOWER on IntegriCloud