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 | 45dae622a308cbe0ef32bea586e1f19a400908b9 (patch) | |
tree | baa83712561eedfba4f17b4a7689b05468e99ff4 | |
parent | 3defb0be1bf1d2e71786d2950fab93bf74de375c (diff) |
Fix run-line for test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162865 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenObjC/builtin-memfns.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/builtin-memfns.m b/test/CodeGenObjC/builtin-memfns.m index b5c87d92dc..95b75d4a93 100644 --- a/test/CodeGenObjC/builtin-memfns.m +++ b/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); |