summaryrefslogtreecommitdiff
path: root/testsuite/gna/bug16/repro2.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/bug16/repro2.vhdl')
-rw-r--r--testsuite/gna/bug16/repro2.vhdl18
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;
-