diff options
Diffstat (limited to 'testsuite/tests/primops/should_run/ArithInt16.stdout')
-rw-r--r-- | testsuite/tests/primops/should_run/ArithInt16.stdout | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/primops/should_run/ArithInt16.stdout b/testsuite/tests/primops/should_run/ArithInt16.stdout new file mode 100644 index 0000000000..3a8cc45976 --- /dev/null +++ b/testsuite/tests/primops/should_run/ArithInt16.stdout @@ -0,0 +1,8 @@ +Pass: passing Int16# on the stack +Pass: negateInt16# +Pass: plusInt16# +Pass: subInt16# +Pass: timesInt16# +Pass: remInt16# +Pass: quotInt16# +Pass: quotRemInt16# |