Skip to content

Commit eb9b34f

Browse files
committed
Update test to match Visual-Studio behaviour
Visual Studio only places files in a directory when the target name ends in a slash or backslash. Also test the case of not using a slash.
1 parent 4291232 commit eb9b34f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

regression/goto-cl/Fo/Fo-directory.desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CORE
22

3-
--verbosity 10 /c main1.c main2.c /Fo dir
3+
--verbosity 10 /c main1.c main2.c /Fo dir/
44
^EXIT=0$
55
^SIGNAL=0$
66
--
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
CORE
2+
3+
--verbosity 10 /c main1.c main2.c /Fo dir
4+
^EXIT=0$
5+
^SIGNAL=0$
6+
Output file \(executable\): dir.exe
7+
--
8+
^warning: ignoring
9+
^CONVERSION ERROR$

0 commit comments

Comments
 (0)