diff options
author | Tristan Gingold <tgingold@free.fr> | 2022-12-20 06:58:20 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2022-12-20 06:58:20 +0100 |
commit | c8c2832177c69a1cc65b9521b07843108ea8ef4e (patch) | |
tree | b7d94a20202944419a69831fdc57b97eac35ccdd /testsuite/pyunit/libghdl/examples/comments/ent_inside.vhdl | |
parent | b52f313eda78ff0edb29d9898e48e9e032d4b9b5 (diff) | |
download | ghdl-c8c2832177c69a1cc65b9521b07843108ea8ef4e.tar.gz ghdl-c8c2832177c69a1cc65b9521b07843108ea8ef4e.tar.bz2 ghdl-c8c2832177c69a1cc65b9521b07843108ea8ef4e.zip |
testsuite/pyunit: check with source identifier
adjust baseline
Diffstat (limited to 'testsuite/pyunit/libghdl/examples/comments/ent_inside.vhdl')
-rw-r--r-- | testsuite/pyunit/libghdl/examples/comments/ent_inside.vhdl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/pyunit/libghdl/examples/comments/ent_inside.vhdl b/testsuite/pyunit/libghdl/examples/comments/ent_inside.vhdl index 834eaa999..d64421a35 100644 --- a/testsuite/pyunit/libghdl/examples/comments/ent_inside.vhdl +++ b/testsuite/pyunit/libghdl/examples/comments/ent_inside.vhdl @@ -5,8 +5,8 @@ entity e2 is -- comments in design units (python doc-string style) :e2: -- might be multi line :e2: generic ( - -- comment before a generic :frequency: - -- might be multiline :frequency: + -- comment before a generic :FREQUENCY: + -- might be multiline :FREQUENCY: constant FREQUENCY : positive ); port ( |