projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a87008d
)
Fix a typo that prevents hello.mm from running (and runs hello.m twice).
author
Julien Lerouge
<jlerouge@apple.com>
Thu, 26 Feb 2009 00:16:33 +0000
(
00:16
+0000)
committer
Julien Lerouge
<jlerouge@apple.com>
Thu, 26 Feb 2009 00:16:33 +0000
(
00:16
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65493
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/LLVMC/llvmc.exp
patch
|
blob
|
history
diff --git
a/test/LLVMC/llvmc.exp
b/test/LLVMC/llvmc.exp
index 75ae326617e2e110459621f4ad2c8f493024a0f8..bc5f98e4e4bd1e1eaeaa0e4946f17ee8b9b34fbd 100644
(file)
--- 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/*.{m
m
}]]
}
RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{td}]]