aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/LLVMC/llvmc.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLVMC/llvmc.exp b/test/LLVMC/llvmc.exp
index 75ae326617..bc5f98e4e4 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}]]