[cfe-commits] r124795 - /cfe/trunk/test/PCH/missing-file.cpp

Axel Naumann Axel.Naumann at cern.ch
Thu Feb 3 06:05:55 PST 2011


Author: axel
Date: Thu Feb  3 08:05:55 2011
New Revision: 124795

URL: http://llvm.org/viewvc/llvm-project?rev=124795&view=rev
Log:
Remove unnecessary RUN: directive.

Modified:
    cfe/trunk/test/PCH/missing-file.cpp

Modified: cfe/trunk/test/PCH/missing-file.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/missing-file.cpp?rev=124795&r1=124794&r2=124795&view=diff
==============================================================================
--- cfe/trunk/test/PCH/missing-file.cpp (original)
+++ cfe/trunk/test/PCH/missing-file.cpp Thu Feb  3 08:05:55 2011
@@ -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
 





More information about the cfe-commits mailing list