Make having no RUN line a failure.
Doug, please look at decltype-crash and instantiate-function-1.mm, I'm not sure
if they are actually testing the right thing / anything.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77070 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Index/t2.c b/test/Index/t2.c
index 76d5d6c..bf52869 100644
--- a/test/Index/t2.c
+++ b/test/Index/t2.c
@@ -9,3 +9,6 @@
struct MyStruct *ms;
ms->field_var = 10;
}
+
+// Suppress 'no run line' failure.
+// RUN: true