Skip to content

Commit 959866a

Browse files
committed
Remove unnecessary RUN lines in new-user-defined.cpp
1 parent fa6c492 commit 959866a

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

clang/test/Analysis/new-user-defined.cpp

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
// RUN: %clang_analyze_cc1 -w -verify %s\
2-
// RUN: -analyzer-checker=core\
3-
// RUN: -analyzer-checker=debug.ExprInspection -std=c++17
4-
// RUN: %clang_analyze_cc1 -w -verify %s\
5-
// RUN: -analyzer-checker=core\
6-
// RUN: -analyzer-checker=debug.ExprInspection -std=c++11\
7-
// RUN: -DTEST_INLINABLE_ALLOCATORS
8-
// RUN: %clang_analyze_cc1 -w -verify %s\
9-
// RUN: -analyzer-checker=core\
10-
// RUN: -analyzer-checker=debug.ExprInspection -std=c++17\
11-
// RUN: -DTEST_INLINABLE_ALLOCATORS
1+
// RUN: %clang_analyze_cc1 -verify %s\
2+
// RUN: -analyzer-checker=core,debug.ExprInspection
123

134
void clang_analyzer_eval(bool);
145

0 commit comments

Comments
 (0)