From: Axel Naumann Date: Thu, 3 Feb 2011 14:05:55 +0000 (+0000) Subject: Remove unnecessary RUN: directive. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b5b02345b88ff5214e756f57201fe7679af0c34;p=clang Remove unnecessary RUN: directive. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124795 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/PCH/missing-file.cpp b/test/PCH/missing-file.cpp index 79397a0bde..7d5cd11110 100644 --- a/test/PCH/missing-file.cpp +++ b/test/PCH/missing-file.cpp @@ -3,7 +3,6 @@ // Generate the PCH, removing the original file: // RUN: echo 'struct S{char c; int i; }; void foo() {}' > %t.h // RUN: echo 'template void tf() { T::foo(); }' >> %t.h -// RUN: echo '#define RETURN return &i' >> %t.h // RUN: %clang_cc1 -x c++ -emit-pch -o %t.h.pch %t.h // RUN: rm %t.h