diff options
Diffstat (limited to 'test/Analysis/pthreadlock.c')
-rw-r--r-- | test/Analysis/pthreadlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/pthreadlock.c b/test/Analysis/pthreadlock.c index 4735d20eaa5c2..b904774245114 100644 --- a/test/Analysis/pthreadlock.c +++ b/test/Analysis/pthreadlock.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=experimental.unix.PthreadLock -verify %s +// RUN: %clang_cc1 -analyze -analyzer-checker=alpha.unix.PthreadLock -verify %s // Tests performing normal locking patterns and wrong locking orders |