mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
Fix typo in test program
llvm-svn: 108298
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user