diff options
Diffstat (limited to 'test-chill/test-cases/chill/test_shift_to.stdout')
-rw-r--r-- | test-chill/test-cases/chill/test_shift_to.stdout | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test-chill/test-cases/chill/test_shift_to.stdout b/test-chill/test-cases/chill/test_shift_to.stdout deleted file mode 100644 index 820d83f..0000000 --- a/test-chill/test-cases/chill/test_shift_to.stdout +++ /dev/null @@ -1,11 +0,0 @@ -for(t2 = 4; t2 <= an+3; t2++) { - for(t4 = 0; t4 <= bm-1; t4++) { - s0(t2-4,t4,0); - s1(t2-4,t4,0); - for(t6 = 1; t6 <= ambn-1; t6++) { - s1(t2-4,t4,t6); - } - } -} - - |