test/rm_nested: fix EP double dissolve

Fixes #3045
This commit is contained in:
Martin Stein 2018-11-16 17:48:30 +01:00 committed by Christian Helmuth
parent 712df01341
commit abd3855161

View File

@ -228,8 +228,6 @@ void Component::construct(Genode::Env & env)
managed[i] = 13;
}
fault_handler.dissolve();
log("test destruction of region_map");
Capability<Region_map> rcap = rm.create(4096);
rm.destroy(rcap);