diff options
| author | Eli Friedman <eli.friedman@gmail.com> | 2012-08-29 21:25:58 +0000 |
|---|---|---|
| committer | Eli Friedman <eli.friedman@gmail.com> | 2012-08-29 21:25:58 +0000 |
| commit | 9a38121fc56469b017674dbcfc367b863c5f76d0 (patch) | |
| tree | 0eb4de96942dae21f9d29534e728cc9c26c6afcd /clang/test/CodeGenObjC | |
| parent | f329823dc008ad1df9cfafd8db409dc4fb7c109f (diff) | |
| download | bcm5719-llvm-9a38121fc56469b017674dbcfc367b863c5f76d0.tar.gz bcm5719-llvm-9a38121fc56469b017674dbcfc367b863c5f76d0.zip | |
Fix run-line for test.
llvm-svn: 162865
Diffstat (limited to 'clang/test/CodeGenObjC')
| -rw-r--r-- | clang/test/CodeGenObjC/builtin-memfns.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/builtin-memfns.m b/clang/test/CodeGenObjC/builtin-memfns.m index b5c87d92dc3..95b75d4a93d 100644 --- a/clang/test/CodeGenObjC/builtin-memfns.m +++ b/clang/test/CodeGenObjC/builtin-memfns.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple x86_64-apple-macosx10.8.0 -emit-llvm < %s| FileCheck %s +// RUN: %clang_cc1 -triple x86_64-apple-macosx10.8.0 -emit-llvm -o - %s | FileCheck %s void *memcpy(void *restrict s1, const void *restrict s2, unsigned long n); |

