1 // SPDX-License-Identifier: GPL-2.0 2 3 #include <kunit/test-bug.h> 4 #include <linux/export.h> 5 6 struct kunit *rust_helper_kunit_get_current_test(void) 7 { 8 return kunit_get_current_test(); 9 } 10
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.