remove windows cfgs

This commit is contained in:
nora 2023-04-11 11:35:43 +02:00
parent 0ed3e5188f
commit b3f08e6760
3 changed files with 0 additions and 88 deletions

View file

@ -1,6 +1,3 @@
#[cfg(not(unix))]
compile_error!("FIXME: This does not support windows yet. I am so sorry.");
fn main() -> anyhow::Result<()> {
testsuite::full_tests()
}