From 88d82c6eaee88398af1de57cddca692a1f74b087 Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Mon, 17 Jul 2023 01:34:34 -0300 Subject: Cleanup feels good! Big work coming up this week. --- tinycc/tests/tests2/101_cleanup.expect | 59 ---------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 tinycc/tests/tests2/101_cleanup.expect (limited to 'tinycc/tests/tests2/101_cleanup.expect') diff --git a/tinycc/tests/tests2/101_cleanup.expect b/tinycc/tests/tests2/101_cleanup.expect deleted file mode 100644 index 84960cd..0000000 --- a/tinycc/tests/tests2/101_cleanup.expect +++ /dev/null @@ -1,59 +0,0 @@ -c: a -c: o -glob_i: 65536 -oo: 2.600000 -c: f -str: I don't think this should be print(but gcc got it wrong too) -because what if free was call inside cleanup function I don't think this should be print(but gcc got it wrong too) -should be print before -str: that -str: this should appear only once -str: -that2 -str: -that -str: test2 -str: one ----- 1 -str: two -str: three --- loop 0 -- -100 -100 -100 -100 -100 -100 -100 -100 -100 -100 -10 --- loop 1 -- -200 -200 -200 -200 -200 -200 -200 -200 -200 -200 -10 --- loop 2 -- -300 -0 --- loop 3 -- -400 -500 -400 -after break -1000 ----- 0 ----- 1 -str: plop -str: tata ! -str: 3 -str: 2 -str: 1 -str: last goto out -str: wololo -- cgit v1.2.3