From ad3ecbd60a94ccdc38a7e09ba2d77d8ed95c697f Mon Sep 17 00:00:00 2001 From: Ryan Lee Date: Thu, 20 Mar 2025 10:28:48 -0700 Subject: [PATCH] parser: add abi as a simple test Signed-off-by: Ryan Lee --- parser/tst/simple_tests/abi/ok_23.sd | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 parser/tst/simple_tests/abi/ok_23.sd diff --git a/parser/tst/simple_tests/abi/ok_23.sd b/parser/tst/simple_tests/abi/ok_23.sd new file mode 100644 index 000000000..3f4ea4ba1 --- /dev/null +++ b/parser/tst/simple_tests/abi/ok_23.sd @@ -0,0 +1,10 @@ +# +#=DESCRIPTION abi testing - abi kernel special case +#=EXRESULT PASS +# + +abi , + +/does/not/exist { + +} \ No newline at end of file