Remove unnecessary RUN: directive.

llvm-svn: 124795
This commit is contained in:
Axel Naumann 2011-02-03 14:05:55 +00:00
parent a31b9c2f7c
commit 6cff969eec
1 changed files with 0 additions and 1 deletions

View 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