diff options
Diffstat (limited to 'test/e2e/call_stack')
| -rw-r--r-- | test/e2e/call_stack/run_fact.atk16 | 4 | ||||
| -rw-r--r-- | test/e2e/call_stack/run_mul.atk16 | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/test/e2e/call_stack/run_fact.atk16 b/test/e2e/call_stack/run_fact.atk16 index 06ad59c..e0b8bf1 100644 --- a/test/e2e/call_stack/run_fact.atk16 +++ b/test/e2e/call_stack/run_fact.atk16 @@ -1,6 +1,4 @@ -; bootstrap code (must be called to setup mandatory data) -; will jump to label main -@include ../bootstrap +@include %bootstrap @include lib @let INPUT %INPUT% ; value replaced by test driver code diff --git a/test/e2e/call_stack/run_mul.atk16 b/test/e2e/call_stack/run_mul.atk16 index feaabe7..377e61c 100644 --- a/test/e2e/call_stack/run_mul.atk16 +++ b/test/e2e/call_stack/run_mul.atk16 @@ -1,6 +1,4 @@ -; bootstrap code (must be called to setup mandatory data) -; will jump to label main -@include ../bootstrap +@include %bootstrap @include lib ; values replaced by test driver code |
