From 980b081d2a5c37efea9dc80d1943bfe2a57da9e8 Mon Sep 17 00:00:00 2001 From: Julien Lerouge Date: Thu, 26 Feb 2009 00:16:33 +0000 Subject: [PATCH] Fix a typo that prevents hello.mm from running (and runs hello.m twice). llvm-svn: 65493 --- test/LLVMC/llvmc.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}]]