From 4e94d5537ac3673c353942d58535212968836d6d Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 18 Apr 2026 22:11:17 +0800 Subject: improve show test --- tests/plugins/show/src/net.c | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/plugins/show/src/net.c (limited to 'tests/plugins/show/src/net.c') diff --git a/tests/plugins/show/src/net.c b/tests/plugins/show/src/net.c new file mode 100644 index 000000000..abde7c554 --- /dev/null +++ b/tests/plugins/show/src/net.c @@ -0,0 +1 @@ +int net(void) { return 0; } -- cgit v1.3.1