diff options
| author | Zhang Boyang <zhangboyang.id@gmail.com> | 2017-09-10 17:02:48 +0800 |
|---|---|---|
| committer | Zhang Boyang <zhangboyang.id@gmail.com> | 2017-09-10 17:03:34 +0800 |
| commit | f406f63a386a04d81626cb4752521de8bffee6b9 (patch) | |
| tree | df46b01cbd3d86aec6db68a02427b01fa19d32b5 /tests/tests2/98_al_ax_extend.expect | |
| parent | 978d1ecce0fdd26b42f8ea8f9f157c91168ff03d (diff) | |
| download | tinycc-f406f63a386a04d81626cb4752521de8bffee6b9.tar.gz tinycc-f406f63a386a04d81626cb4752521de8bffee6b9.tar.bz2 | |
Add test case for AL/AX extending problem
Diffstat (limited to 'tests/tests2/98_al_ax_extend.expect')
| -rw-r--r-- | tests/tests2/98_al_ax_extend.expect | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/tests2/98_al_ax_extend.expect b/tests/tests2/98_al_ax_extend.expect new file mode 100644 index 0000000..c5752e8 --- /dev/null +++ b/tests/tests2/98_al_ax_extend.expect @@ -0,0 +1,9 @@ +0000ABCE 0000ABCE +FFFFABCE FFFFABCE +000000CE 000000CE +FFFFFFCE FFFFFFCE + +0000ABCE 0000ABCE +FFFFABCE FFFFABCE +000000CE 000000CE +FFFFFFCE FFFFFFCE |
