diff options
| author | grischka <grischka> | 2016-10-01 21:05:42 +0200 |
|---|---|---|
| committer | grischka <grischka> | 2016-10-01 21:05:42 +0200 |
| commit | 6d2be31b93bec581391ea4476482693ee7452f59 (patch) | |
| tree | edd4ceffdb770b3c2879d700f2bd7e57f06aa0d6 /tests/pp/15.expect | |
| parent | 0d9f88ea6794edde6c752975be75d3d89c548d53 (diff) | |
| download | tinycc-6d2be31b93bec581391ea4476482693ee7452f59.tar.gz tinycc-6d2be31b93bec581391ea4476482693ee7452f59.tar.bz2 | |
test/pp: cleanup
Diffstat (limited to 'tests/pp/15.expect')
| -rw-r--r-- | tests/pp/15.expect | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/pp/15.expect b/tests/pp/15.expect deleted file mode 100644 index d3d3dd5..0000000 --- a/tests/pp/15.expect +++ /dev/null @@ -1,26 +0,0 @@ - - -Z(1) -Z(Z(1)) -Z(Z(Z(Z(Z(1))))) - - - -return A + B; - - - - - - -return A+1 + B+1; - - - - -return A1+3 +2 +1 + B1+1 +3 +2; - - - -x x 1 1 x -x+x-1 +1 - |
