Skip to content

Commit 8edd464

Browse files
committed
Test cleanup: do not place pattern on line 3
The third line holds command-line options.
1 parent de98413 commit 8edd464

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
CORE
22
array-of-const.c
3-
^.*: .* is constant$
3+
4+
^.*: .* is constant$
45
^EXIT=(1|64)$
56
^SIGNAL=0$
67
--

regression/ansi-c/const1/const-array.desc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
CORE
22
const-array.c
3-
^.*: .* is constant$
3+
4+
^.*: .* is constant$
45
array\[1\] = 2;$
56
^EXIT=(1|64)$
67
^SIGNAL=0$

0 commit comments

Comments
 (0)