aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuite/gna/bug099/repro.vhdl7
-rwxr-xr-xtestsuite/gna/bug099/testsuite.sh9
2 files changed, 16 insertions, 0 deletions
diff --git a/testsuite/gna/bug099/repro.vhdl b/testsuite/gna/bug099/repro.vhdl
new file mode 100644
index 000000000..4b53433bc
--- /dev/null
+++ b/testsuite/gna/bug099/repro.vhdl
@@ -0,0 +1,7 @@
+`entity fum is
+`end entity;
+`
+`architecture bul of fum is
+` begin
+` end architecture;
+```
diff --git a/testsuite/gna/bug099/testsuite.sh b/testsuite/gna/bug099/testsuite.sh
new file mode 100755
index 000000000..5defdcf1e
--- /dev/null
+++ b/testsuite/gna/bug099/testsuite.sh
@@ -0,0 +1,9 @@
+#! /bin/sh
+
+. ../../testenv.sh
+
+analyze_failure repro.vhdl
+
+clean
+
+echo "Test successful"