Skip to content

Commit 6c79494

Browse files
committed
Fix broken static_init_order test descriptions
These were trying to match for a blank line, which doesn't occur in the output any more, and was surely not intentionally searched for in the first place. This only causes a problem under Windows (or more likely, under certain versions of Perl), probably due to a change in empty line stripping.
1 parent ccb2cf3 commit 6c79494

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

regression/cbmc-java/static_init_order/test1.desc

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
CORE
22
static_init_order.class
33
--function static_init_order.test1 --trace
4-
54
^EXIT=0$
65
^SIGNAL=0$
76
^VERIFICATION SUCCESSFUL$

regression/cbmc-java/static_init_order/test2.desc

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
CORE
22
static_init_order.class
33
--function static_init_order.test2
4-
54
^EXIT=10$
65
^SIGNAL=0$
76
^VERIFICATION FAILED$

0 commit comments

Comments
 (0)