tests/bash: fix free Libc variable in Dhall config

This commit is contained in:
Ehmry - 2020-12-02 13:03:42 +01:00
parent 6a177ba62b
commit 80c7fbba10
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ let Genode = env:DHALL_GENODE
let Prelude = Genode.Prelude
let Libc = Genode.Libc
let VFS = Genode.VFS
let Init = Genode.Init