Skip to content

Commit 91a9c64

Browse files
committed
Amend two tests that explicitly target C++98
These were previously broken on g++-6 and above, as the compiler defaults to C++14 mode.
1 parent 2b2b797 commit 91a9c64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

regression/cpp/auto2/test.desc

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

regression/cpp/auto3/test.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22
main.cpp
3-
3+
-std=c++98
44
^EXIT=(64|1)$
55
^SIGNAL=0$
66
parse error

0 commit comments

Comments
 (0)