diff options
author | Ted Kremenek <kremenek@apple.com> | 2009-07-02 18:44:31 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2009-07-02 18:44:31 +0000 |
commit | 41e8c21eb41fca41e2e065e75f01433427858c19 (patch) | |
tree | ecb44a8857c03ee89d72f8a4698fce4a5b3d8c01 | |
parent | 5ffcd7b1ba8bfcb253f0a0bdf7c94c4d0270a4ab (diff) |
Fix RUN line so this test doesn't hang.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74719 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CXX/temp/temp.fct.spec/temp.deduct/sfinae-1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/temp/temp.fct.spec/temp.deduct/sfinae-1.cpp b/test/CXX/temp/temp.fct.spec/temp.deduct/sfinae-1.cpp index b9057b94aa..d193fb2ef2 100644 --- a/test/CXX/temp/temp.fct.spec/temp.deduct/sfinae-1.cpp +++ b/test/CXX/temp/temp.fct.spec/temp.deduct/sfinae-1.cpp @@ -1,4 +1,4 @@ -// RUN: clang-cc +// RUN: clang-cc %s typedef char one_byte; struct two_bytes { char data[2]; }; |