[PECOFF] Add one more test for r203875.

This is to make sure that the Windows-style command line tokenizer is
working as expected.

llvm-svn: 203877
This commit is contained in:
Rui Ueyama 2014-03-14 00:44:17 +00:00
parent 7d96f0cc38
commit f020bf7468
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
-foo
-foo -bar\baz

View File

@ -3,3 +3,4 @@
# RUN: FileCheck %s < %t.log
CHECK: warning: ignoring unknown argument: -foo
CHECK: warning: ignoring unknown argument: -bar\baz