test/libc_vfs_block: add missing 'Libc::with_libc()'

Fixes #2500
This commit is contained in:
Christian Prochaska 2017-08-20 16:32:52 +02:00 committed by Christian Helmuth
parent 1a3a302708
commit f5afd28d1f
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ struct Test::Main
*/
Main(Genode::Env &env) : _env(env)
{
_exec_sequences(_config.xml());
Libc::with_libc([&] () { _exec_sequences(_config.xml()); });
_env.parent().exit(0);
}
};