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/02.expect | |
| parent | 0d9f88ea6794edde6c752975be75d3d89c548d53 (diff) | |
| download | tinycc-6d2be31b93bec581391ea4476482693ee7452f59.tar.gz tinycc-6d2be31b93bec581391ea4476482693ee7452f59.tar.bz2 | |
test/pp: cleanup
Diffstat (limited to 'tests/pp/02.expect')
| -rw-r--r-- | tests/pp/02.expect | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pp/02.expect b/tests/pp/02.expect index 625c80b..f1fb927 100644 --- a/tests/pp/02.expect +++ b/tests/pp/02.expect @@ -1,6 +1,6 @@ f(2 * (y+1)) + f(2 * (f(2 * (z[0])))) % f(2 * (0)) + t(1); -f(2 * (2 +(3,4)-0,1)) | f(2 * (~ 5)) & f(2 * (0,1))^m(0,1); +f(2 * (2+(3,4)-0,1)) | f(2 * (~ 5)) & f(2 * (0,1))^m(0,1); char c[2][6] = { "hello", "" }; f(2 * (y+1)) + f(2 * (f(2 * (z[0])))) % f(2 * (0)) + t(1); -f(2 * (2 +(3,4)-0,1)) | f(2 * (~ 5)) & f(2 * (0,1))^m(0,1); +f(2 * (2+(3,4)-0,1)) | f(2 * (~ 5)) & f(2 * (0,1))^m(0,1); |
