Fix test/Driver/cl.c.
authorHans Wennborg <hans@hanshq.net>
Sat, 27 Jul 2013 06:19:03 +0000 (06:19 +0000)
committerHans Wennborg <hans@hanshq.net>
Sat, 27 Jul 2013 06:19:03 +0000 (06:19 +0000)
commit944780974efdc1ab70932a8e5f8cadd5788ecaf5
tree4a4715236eff9d38b3a31752f0b6a1ac483dbc0c
parent18243fb5c4c399c5f3293fe0c569b3b42cdbdddd
Fix test/Driver/cl.c.

This test would fail in weird ways on systems with a one-letter filename
in the root directory, because the shell would helpfully expand /? to e.g. /n.

Make sure this doesn't happen by adding quotes.

llvm-svn: 187295
clang/test/Driver/cl.c