Files

9 lines
173 B
C
Raw Permalink Normal View History

2024-08-15 10:30:26 +00:00
// SPDX-License-Identifier: GPL-2.0
#include <kunit/test-bug.h>
2025-12-02 19:37:46 +00:00
__rust_helper struct kunit *rust_helper_kunit_get_current_test(void)
2024-08-15 10:30:26 +00:00
{
return kunit_get_current_test();
}