diff --git a/sys/compat/linuxkpi/common/include/kunit/test-bug.h b/sys/compat/linuxkpi/common/include/kunit/test-bug.h new file mode 100644 --- /dev/null +++ b/sys/compat/linuxkpi/common/include/kunit/test-bug.h @@ -0,0 +1,12 @@ +/* + * SPDX-License-Identifier: BSD-2-Clause + * + * Copyright (c) 2026 The FreeBSD Foundation + */ + +#ifndef _LINUXKPI_KUNIT_TEST_BUG_H_ +#define _LINUXKPI_KUNIT_TEST_BUG_H_ + +#define kunit_fail_current_test(fmt, ...) do {} while (0) + +#endif /* _LINUXKPI_KUNIT_TEST_BUG_H_ */ diff --git a/sys/compat/linuxkpi/dummy/include/kunit/test-bug.h b/sys/compat/linuxkpi/dummy/include/kunit/test-bug.h deleted file mode 100644