diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/unsorted/seq.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/unsorted/seq.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/unsorted/seq.c b/gcc_arm/testsuite/gcc.c-torture/unsorted/seq.c deleted file mode 100755 index 0793228..0000000 --- a/gcc_arm/testsuite/gcc.c-torture/unsorted/seq.c +++ /dev/null @@ -1,4 +0,0 @@ -foo (a) -{ - return a < 0; -} |