summaryrefslogtreecommitdiff
path: root/test-chill/test-cases/chill/test_tile.stdout
diff options
context:
space:
mode:
Diffstat (limited to 'test-chill/test-cases/chill/test_tile.stdout')
-rw-r--r--test-chill/test-cases/chill/test_tile.stdout20
1 files changed, 0 insertions, 20 deletions
diff --git a/test-chill/test-cases/chill/test_tile.stdout b/test-chill/test-cases/chill/test_tile.stdout
deleted file mode 100644
index 0a2d89a..0000000
--- a/test-chill/test-cases/chill/test_tile.stdout
+++ /dev/null
@@ -1,20 +0,0 @@
-if (an >= 1) {
- for(t2 = 0; t2 <= bm-1; t2 += 4) {
- for(t4 = 0; t4 <= an-1; t4++) {
- for(t6 = t2; t6 <= min(bm-1,t2+3); t6++) {
- if (ambn >= 1) {
- s0(t4,t6,0);
- s1(t4,t6,0);
- }
- for(t8 = 1; t8 <= ambn-1; t8++) {
- s1(t4,t6,t8);
- }
- if (ambn <= 0) {
- s0(t4,t6,0);
- }
- }
- }
- }
-}
-
-