зеркало из https://github.com/microsoft/clang-1.git
Fix typo in test program
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108298 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
47e879dfa7
Коммит
b0a996f6f3
|
@ -17,7 +17,7 @@ sub testfiles($$) {
|
||||||
@files = `ls test/*/*.$suffix`;
|
@files = `ls test/*/*.$suffix`;
|
||||||
foreach $file (@files) {
|
foreach $file (@files) {
|
||||||
chomp($file);
|
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) {
|
if ($code == 0) {
|
||||||
print(".");
|
print(".");
|
||||||
$code = system("clang -cc1 -emit-pch -x $language -o $file.pch $file > /dev/null 2>&1");
|
$code = system("clang -cc1 -emit-pch -x $language -o $file.pch $file > /dev/null 2>&1");
|
||||||
|
|
Загрузка…
Ссылка в новой задаче