Skip to content

Commit f3b5529

Browse files
fixup! Make get_array return nil for long strings
1 parent 122c9fe commit f3b5529

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
CORE
22
Test.class
3-
--refine-strings --function Test.checkAbort
4-
^EXIT=6$
3+
--refine-strings --function Test.checkAbort --trace
4+
^EXIT=10$
55
^SIGNAL=0$
6+
dynamic_object[0-9]*=\(assignment removed\)
67
--
78
--
8-
This tests should abort, because concretizing a string of the required
9-
length may take to much memory.
9+
This tests that the object does not appear in the trace, because concretizing
10+
a string of the required length may take to much memory.

0 commit comments

Comments
 (0)