diff options
author | Gavin Howard <yzena.tech@gmail.com> | 2019-02-18 18:52:44 -0700 |
---|---|---|
committer | Gavin Howard <yzena.tech@gmail.com> | 2019-02-18 18:52:44 -0700 |
commit | d01ab3ac321dd699d22d5a1dfe6a9fcbd8af50f6 (patch) | |
tree | 8d7018c7d4ed8f39944295f519e468d4058f2b4e /tests | |
parent | f9687851a29a6cf9375bb97948518e10df7c0b5c (diff) | |
download | platform_external_bc-d01ab3ac321dd699d22d5a1dfe6a9fcbd8af50f6.tar.gz platform_external_bc-d01ab3ac321dd699d22d5a1dfe6a9fcbd8af50f6.tar.bz2 platform_external_bc-d01ab3ac321dd699d22d5a1dfe6a9fcbd8af50f6.zip |
Add an error test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bc/errors.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bc/errors.txt b/tests/bc/errors.txt index c9f2df8f..0946b1df 100644 --- a/tests/bc/errors.txt +++ b/tests/bc/errors.txt @@ -196,6 +196,7 @@ define s() { auto a[ 4; return a[0]; } define void y() { return (1); } print uint(0) 4 + uint(4) +s(uint(5)) 4 + 4 scale 4 + 4 scale(s) 4 * 4 read() |