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 a6e29e78ff380..98868172523d8 100644 --- a/test/Analysis/pthreadlock.c +++ b/test/Analysis/pthreadlock.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=alpha.unix.PthreadLock -verify %s +// RUN: %clang_analyze_cc1 -analyzer-checker=alpha.unix.PthreadLock -verify %s // Tests performing normal locking patterns and wrong locking orders |