From 8635d1d0b792ef19cd152eddc65490b56cc8342a Mon Sep 17 00:00:00 2001 From: Gavin Howard Date: Fri, 1 May 2020 19:49:25 -0600 Subject: [PATCH] Make sure an error test is really an error --- tests/bc/errors/17.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/bc/errors/17.txt b/tests/bc/errors/17.txt index 5c0357f29..13f75a755 100644 --- a/tests/bc/errors/17.txt +++ b/tests/bc/errors/17.txt @@ -309,3 +309,5 @@ for (i = 0; !b && i < 100; ++i) { } b + +sqrt(-1)