summary refs log tree commit diff stats
path: root/tinyc/tests/tests2/38_multiple_array_index.expect
diff options
context:
space:
mode:
Diffstat (limited to 'tinyc/tests/tests2/38_multiple_array_index.expect')
-rw-r--r--tinyc/tests/tests2/38_multiple_array_index.expect4
1 files changed, 0 insertions, 4 deletions
diff --git a/tinyc/tests/tests2/38_multiple_array_index.expect b/tinyc/tests/tests2/38_multiple_array_index.expect
deleted file mode 100644
index 747ad751d..000000000
--- a/tinyc/tests/tests2/38_multiple_array_index.expect
+++ /dev/null
@@ -1,4 +0,0 @@
-x=0: 1 2 3 4
-x=1: 5 6 7 8
-x=2: 9 10 11 12
-x=3: 13 14 15 16