Fixing global EWF compilation

This commit is contained in:
Jocelyn Fiat
2013-01-31 16:20:38 +01:00
parent ce469b6ede
commit a5c9329ada
8 changed files with 22 additions and 21 deletions
@@ -48,7 +48,7 @@ feature -- Test routines
res: HTTP_CLIENT_RESPONSE
h: STRING
do
create res.make
create res.make ("http://example.com/")
create h.make_empty
h.append ("normal: NORMAL%R%N")
h.append ("concat: ABC%R%N")