Skip to content

Commit a2bc110

Browse files
committed
NFC Simplify RUN line
1 parent 10ec66c commit a2bc110

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

clang/test/Analysis/issue-124474.cpp

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// RUN: %clang_analyze_cc1 \
2-
// RUN: -analyzer-checker=unix.BlockInCriticalSection \
3-
// RUN: -std=c++11 \
4-
// RUN: -analyzer-output text \
5-
// RUN: -verify %s
2+
// RUN: -analyzer-checker=core,unix.BlockInCriticalSection \
3+
// RUN: -analyzer-output text -verify %s
64

75
// expected-no-diagnostics
86

0 commit comments

Comments
 (0)