Skip to content

Commit 56a90a8

Browse files
committed
remove stray comma in new test RUN: flag
1 parent f6d743d commit 56a90a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// RUN: -analyzer-checker=debug.ExprInspection -std=c++11\
77
// RUN: -DTEST_INLINABLE_ALLOCATORS
88
// RUN: %clang_analyze_cc1 -w -verify %s\
9-
// RUN: -analyzer-checker=core,\
9+
// RUN: -analyzer-checker=core\
1010
// RUN: -analyzer-checker=debug.ExprInspection -std=c++17\
1111
// RUN: -DTEST_INLINABLE_ALLOCATORS
1212

0 commit comments

Comments
 (0)