diff options
Diffstat (limited to 'test/Index/t1.c')
-rw-r--r-- | test/Index/t1.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Index/t1.c b/test/Index/t1.c index d6ca995604..8b57a58b45 100644 --- a/test/Index/t1.c +++ b/test/Index/t1.c @@ -24,3 +24,6 @@ void field_test(void) { struct MyStruct ms; ms.field_var = 10; } + +// Suppress 'no run line' failure. +// RUN: true |