Skip to content

Commit

Permalink
fixup! Make get_array return nil for long strings
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbrenguier committed Apr 13, 2018
1 parent 4f023cd commit ebd7f62
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions regression/jbmc-strings/long_string/test_abort.desc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
CORE
Test.class
--refine-strings --function Test.checkAbort
^EXIT=6$
--refine-strings --function Test.checkAbort --trace
^EXIT=10$
^SIGNAL=0$
dynamic_object4=\(assignment removed\)
--
--
This tests should abort, because concretizing a string of the required
length may take to much memory.
This tests that the object does not appear in the trace, because concretizing
a string of the required length may take to much memory.

0 comments on commit ebd7f62

Please sign in to comment.