Skip to content

Commit 66a6da8

Browse files
committed
Use single quotes to make tests pass on Windows
Our use of test.pl requires single quotes for tests to the same way across all platforms.
1 parent 795819b commit 66a6da8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

regression/cbmc/export-symex-ready-goto/test-bad-usage.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE winbug
22
test.c
3-
--export-symex-ready-goto ""
3+
--export-symex-ready-goto ''
44
^ERROR: Please provide a filename to write the goto-binary to.$
55
^EXIT=6$
66
^SIGNAL=0$

regression/goto-inspect/show-goto-functions/negative.desc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
CORE winbug
1+
CORE
22
main.c
3-
" "
3+
' '
44
^EXIT=6$
55
^SIGNAL=0$
66
--

0 commit comments

Comments
 (0)