diff options
author | Tristan Gingold | 2015-08-29 08:01:46 +0200 |
---|---|---|
committer | Tristan Gingold | 2015-08-29 08:01:46 +0200 |
commit | b461845ffeb94e902d84c058238fcfcd4074f1a6 (patch) | |
tree | 5a2bcc7733b32a649cfe8661f872f50051179657 /testsuite/gna/bug16/repro2.vhdl | |
parent | b75d703676ab830ea3e5731e1965d1d89879a456 (diff) | |
download | ghdl-b461845ffeb94e902d84c058238fcfcd4074f1a6.tar.gz ghdl-b461845ffeb94e902d84c058238fcfcd4074f1a6.tar.bz2 ghdl-b461845ffeb94e902d84c058238fcfcd4074f1a6.zip |
Rename gnat/bug directories for non-gna bugs to avoid confusion.
Diffstat (limited to 'testsuite/gna/bug16/repro2.vhdl')
-rw-r--r-- | testsuite/gna/bug16/repro2.vhdl | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/testsuite/gna/bug16/repro2.vhdl b/testsuite/gna/bug16/repro2.vhdl deleted file mode 100644 index 8691979..0000000 --- a/testsuite/gna/bug16/repro2.vhdl +++ /dev/null @@ -1,18 +0,0 @@ -configuration conf of repro is - for behav - for c : comp - use entity work.comp; - for behav - for c2 : comp2 - use entity work.comp2 (behav); - end for; - end for; - end for; - end for; -end conf; - -architecture behav of comp2 is -begin - assert s = '1'; -end behav; - |