]> granicus.if.org Git - clang/commitdiff
Remove unnecessary RUN: directive.
authorAxel Naumann <Axel.Naumann@cern.ch>
Thu, 3 Feb 2011 14:05:55 +0000 (14:05 +0000)
committerAxel Naumann <Axel.Naumann@cern.ch>
Thu, 3 Feb 2011 14:05:55 +0000 (14:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124795 91177308-0d34-0410-b5e6-96231b3b80d8

test/PCH/missing-file.cpp

index 79397a0bde513d5b1ff253940fd7d6afe099de53..7d5cd111101c743a69adbd3c1707f31c83e5eea8 100644 (file)
@@ -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 <typename T> 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