Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
PARTIALLY_FILLED_STRING needed some debug care.
  • Loading branch information
cadrian committed Nov 6, 2015
1 parent d3a456c commit 8f85b7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/string/internal/partially_filled_string.e
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@ feature {}
do
storage.add_last(a_argument)
memory_ := Void
debug
debug_string := memory
end
ensure
storage.last = a_argument
end
Expand Down

0 comments on commit 8f85b7d

Please sign in to comment.