]> granicus.if.org Git - clang/commit
Fix test on Windows
authorAlp Toker <alp@nuanti.com>
Thu, 28 Nov 2013 05:55:40 +0000 (05:55 +0000)
committerAlp Toker <alp@nuanti.com>
Thu, 28 Nov 2013 05:55:40 +0000 (05:55 +0000)
commitb5d4915dd52e46b7aa141b6b3c02c1c87958495a
tree44d55f67c3df3ba4d1c22731bbc7212ae5b0db7f
parentb02575a5706112409f8dfab1e27a91a3076f3445
Fix test on Windows

'not' on Windows tries and fails to convert the argument to UTF-16 and back for
some reason:

  Error: Unable to convert command-line to UTF-16

Let's try replacing it with !.

(There was no obvious way to do these with FileCheck)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@195907 91177308-0d34-0410-b5e6-96231b3b80d8
test/Frontend/rewrite-includes-bom.c