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
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to