Fix test on Windows to accept both gcc and gcc.exe.

llvm-svn: 245607
This commit is contained in:
Yaron Keren 2015-08-20 20:37:58 +00:00
parent 1a498705e4
commit 7a4062eaf9
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
// RUN: grep '"-cc1" "-triple" "sparcv9--netbsd"' %t
// RUN: %clang -target sparcel -o foo %s -### 2> %t
// RUN: grep 'gcc" "-EL" "-o" "foo"' %t
// RUN: grep 'gcc\(\.exe\)\?" "-EL" "-o" "foo"' %t
// RUN: %clang -target mips64--netbsd -m32 %s -### 2> %t
// RUN: grep '"-cc1" "-triple" "mips--netbsd"' %t