test/iso: remove env deprecated warning

Issue #2310.
This commit is contained in:
Josef Söntgen 2017-03-07 16:33:54 +01:00 committed by Christian Helmuth
parent f48baa1cf7
commit 3d0bde2147

View File

@ -61,7 +61,7 @@ void Component::construct(Genode::Env &env)
log(Hexdump(ptr, 0x10000));
log(Hexdump(ptr, 0x20000));
Attached_rom_dataspace rom("/notavail.txt");
Attached_rom_dataspace rom(env, "/notavail.txt");
if (!rom.valid())
log("Expected ROM error occured");
else