From 1fdfa1a53410af025a61d6f9c043e026b8bb1fd6 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Thu, 13 Mar 2008 14:37:57 +0000 Subject: [PATCH] remove invalid shouldfail test [r18928] --- parsetest/shouldfail/char_index.c | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 parsetest/shouldfail/char_index.c diff --git a/parsetest/shouldfail/char_index.c b/parsetest/shouldfail/char_index.c deleted file mode 100644 index 3c05b91..0000000 --- a/parsetest/shouldfail/char_index.c +++ /dev/null @@ -1,5 +0,0 @@ -int main() { - char c = 5; - int t [] = {1,2}; - return t[c]; -} -- 2.20.1