Add a RUN: line so this test doesn't fail.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26790 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/C++Frontend/2006-03-06-C++RecurseCrash.cpp b/test/C++Frontend/2006-03-06-C++RecurseCrash.cpp
index ec6bec3..2fb3fb7 100644
--- a/test/C++Frontend/2006-03-06-C++RecurseCrash.cpp
+++ b/test/C++Frontend/2006-03-06-C++RecurseCrash.cpp
@@ -1,4 +1,4 @@
-// %llvmgcc %s -S -o -
+// RUN: %llvmgcc %s -S -o -
 namespace std {
   class exception { };