From: Julien Lerouge Date: Thu, 26 Feb 2009 00:16:33 +0000 (+0000) Subject: Fix a typo that prevents hello.mm from running (and runs hello.m twice). X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1aa1f74a096a998c7bc1727b52e54cf592f50978;p=oota-llvm.git Fix a typo that prevents hello.mm from running (and runs hello.m twice). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65493 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/LLVMC/llvmc.exp b/test/LLVMC/llvmc.exp index 75ae326617e..bc5f98e4e4b 100644 --- a/test/LLVMC/llvmc.exp +++ b/test/LLVMC/llvmc.exp @@ -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}]]