Skip to content

Commit f11700c

Browse files
committed
Remove -std=c++11
1 parent 91c768d commit f11700c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaCXX/matrix-types-pseudo-destructor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -fsyntax-only -fenable-matrix -std=c++11 -verify %s
1+
// RUN: %clang_cc1 -fsyntax-only -fenable-matrix -verify %s
22
// expected-no-diagnostics
33

44
template <typename T>

0 commit comments

Comments
 (0)