summary refs log tree commit diff stats
path: root/tinyc/tests/pp/14.expect
diff options
context:
space:
mode:
Diffstat (limited to 'tinyc/tests/pp/14.expect')
-rw-r--r--tinyc/tests/pp/14.expect3
1 files changed, 0 insertions, 3 deletions
diff --git a/tinyc/tests/pp/14.expect b/tinyc/tests/pp/14.expect
deleted file mode 100644
index 37860440c..000000000
--- a/tinyc/tests/pp/14.expect
+++ /dev/null
@@ -1,3 +0,0 @@
-return Z(Z(1,2),2);
-return Q(1,2);
-return ((A + A) * (A + A)) + ((B * B) + (B * B));