From 715103bd1f9470e15f5e1ad66b838f48b33a2ec6 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Mon, 19 Jan 2026 15:44:18 +0800 Subject: [PATCH] fix --- apps/sdlan/src/sdlan_test.erl | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 apps/sdlan/src/sdlan_test.erl diff --git a/apps/sdlan/src/sdlan_test.erl b/apps/sdlan/src/sdlan_test.erl deleted file mode 100644 index 1bd30d5..0000000 --- a/apps/sdlan/src/sdlan_test.erl +++ /dev/null @@ -1,18 +0,0 @@ -%%%------------------------------------------------------------------- -%%% @author anlicheng -%%% @copyright (C) 2024, -%%% @doc -%%% -%%% @end -%%% Created : 09. 3月 2024 15:25 -%%%------------------------------------------------------------------- --module(sdlan_test). --author("anlicheng"). - -%% API --export([test/1]). - -test(X) when X band 1 == 0 -> - ok; -test(_) -> - error.