Skip to content

Commit

Permalink
Changed condition.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132834 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
gkistanova committed Jun 10, 2011
1 parent 86431e9 commit 0d6d34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/FrontendC/ARM/dg.exp
Original file line number Diff line number Diff line change
@@ -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}]]
}

0 comments on commit 0d6d34c

Please sign in to comment.