Skip to content

Commit 2cbab90

Browse files
author
martin
committed
Set the correct C++ standard version so that test pass with GCC 11
This should address issue: diffblue#6090
1 parent 78a08ce commit 2cbab90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

regression/cpp/Method_qualifier1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE winbug macos-assert-broken
22
main.cpp
3-
3+
-std=c++14
44
^EXIT=0$
55
^SIGNAL=0$
66
--

regression/cpp/virtual1/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE macos-assert-broken
22
main.cpp
3-
3+
-std=c++14
44
^EXIT=0$
55
^SIGNAL=0$
66
--

0 commit comments

Comments
 (0)