aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGavin Howard <yzena.tech@gmail.com>2019-02-18 18:52:44 -0700
committerGavin Howard <yzena.tech@gmail.com>2019-02-18 18:52:44 -0700
commitd01ab3ac321dd699d22d5a1dfe6a9fcbd8af50f6 (patch)
tree8d7018c7d4ed8f39944295f519e468d4058f2b4e /tests
parentf9687851a29a6cf9375bb97948518e10df7c0b5c (diff)
downloadplatform_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.txt1
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()