Skip to content

Commit 8480d96

Browse files
committed
Fix command-line option syntax
1 parent a3a4696 commit 8480d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/cpp/enum8/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-
--std=c++11
3+
-std=c++11
44
^EXIT=0$
55
^SIGNAL=0$
66
--

0 commit comments

Comments
 (0)