diff options
Diffstat (limited to 'tinyc/tests/pp/05.expect')
-rw-r--r-- | tinyc/tests/pp/05.expect | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tinyc/tests/pp/05.expect b/tinyc/tests/pp/05.expect deleted file mode 100644 index 9f9be378f..000000000 --- a/tinyc/tests/pp/05.expect +++ /dev/null @@ -1,3 +0,0 @@ -int j[] = { 123, 45, 67, 89, - 10, 11, 12, }; -int j[] = { 123, 45, 67, 89, 10, 11, 12, }; |