From 9824b3c9a8d2103a5ecd77ff957536fa16c24bbf Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Mon, 5 Dec 2022 21:39:51 +0100 Subject: Reorganized testcases. --- testsuite/pyunit/libghdl/examples/comments/func_param_fail.vhdl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 testsuite/pyunit/libghdl/examples/comments/func_param_fail.vhdl (limited to 'testsuite/pyunit/libghdl/examples/comments/func_param_fail.vhdl') diff --git a/testsuite/pyunit/libghdl/examples/comments/func_param_fail.vhdl b/testsuite/pyunit/libghdl/examples/comments/func_param_fail.vhdl new file mode 100644 index 000000000..53461fdd9 --- /dev/null +++ b/testsuite/pyunit/libghdl/examples/comments/func_param_fail.vhdl @@ -0,0 +1,9 @@ +package p is + function log2( + -- we also want to document parameters too + param1 : integer; + param2 : boolean + ) return natural; +end p; + + -- cgit v1.2.3