aboutsummaryrefslogtreecommitdiffstats
path: root/rust/helpers/kunit.c
blob: cafb94b6776c07fe505e1749de71f91125006131 (plain)
1
2
3
4
5
6
7
8
// SPDX-License-Identifier: GPL-2.0

#include <kunit/test-bug.h>

__rust_helper struct kunit *rust_helper_kunit_get_current_test(void)
{
	return kunit_get_current_test();
}