Fix a typo that prevents hello.mm from running (and runs hello.m twice).

llvm-svn: 65493
This commit is contained in:
Julien Lerouge 2009-02-26 00:16:33 +00:00
parent 8d0921617e
commit 8b08bf9eca
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ if [ llvm_gcc_supports objc ] then {
}
if [ llvm_gcc_supports obj-c++ ] then {
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{m}]]
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{mm}]]
}
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{td}]]