summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-07-14 00:09:17 +0000
committerDouglas Gregor <dgregor@apple.com>2010-07-14 00:09:17 +0000
commitc3d6cb65431c8b01dbbddb0bc0821a0393d51bf0 (patch)
treeb0b85477ce712f11b2222af207b2adf20ecd0321 /clang
parentaf68a88e6862d26ebf4046a33308d531f85cd197 (diff)
downloadbcm5719-llvm-c3d6cb65431c8b01dbbddb0bc0821a0393d51bf0.tar.gz
bcm5719-llvm-c3d6cb65431c8b01dbbddb0bc0821a0393d51bf0.zip
Fix typo in test program
llvm-svn: 108298
Diffstat (limited to 'clang')
-rwxr-xr-xclang/utils/TestUtils/pch-test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/TestUtils/pch-test.pl b/clang/utils/TestUtils/pch-test.pl
index e097c5c00c0..e4311e965bb 100755
--- a/clang/utils/TestUtils/pch-test.pl
+++ b/clang/utils/TestUtils/pch-test.pl
@@ -17,7 +17,7 @@ sub testfiles($$) {
@files = `ls test/*/*.$suffix`;
foreach $file (@files) {
chomp($file);
- my $code = system("clang- -fsyntax-only -x $language $file > /dev/null 2>&1");
+ my $code = system("clang -fsyntax-only -x $language $file > /dev/null 2>&1");
if ($code == 0) {
print(".");
$code = system("clang -cc1 -emit-pch -x $language -o $file.pch $file > /dev/null 2>&1");
OpenPOWER on IntegriCloud