link to suil from nixpkgs

This commit is contained in:
🪞👃🪞 2024-07-24 14:50:44 +03:00
parent 278b213f12
commit 24cfbfd959
4 changed files with 5 additions and 2 deletions

View file

@ -2,6 +2,7 @@ use crate::*;
#[test]
fn panics () {
let host = Host::new();
self::ui::UI::run().join();
panic!();
}