Changed condition.

llvm-svn: 132834
This commit is contained in:
Galina Kistanova 2011-06-10 03:57:02 +00:00
parent eef8ee0c8d
commit 5b4d7e3f1d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
load_lib llvm.exp
if { [llvm_supports_target ARM] AND [ llvm_gcc_supports c ] } {
if { [llvm_supports_target ARM] && [llvm_gcc_supports c] } {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,s}]]
}