From b461845ffeb94e902d84c058238fcfcd4074f1a6 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 29 Aug 2015 08:01:46 +0200 Subject: Rename gnat/bug directories for non-gna bugs to avoid confusion. --- testsuite/gna/bug12/demo.vhd | 14 -------------- testsuite/gna/bug12/testsuite.sh | 10 ---------- 2 files changed, 24 deletions(-) delete mode 100644 testsuite/gna/bug12/demo.vhd delete mode 100755 testsuite/gna/bug12/testsuite.sh (limited to 'testsuite/gna/bug12') diff --git a/testsuite/gna/bug12/demo.vhd b/testsuite/gna/bug12/demo.vhd deleted file mode 100644 index 2b97782f6..000000000 --- a/testsuite/gna/bug12/demo.vhd +++ /dev/null @@ -1,14 +0,0 @@ -entity bar is -end entity bar; -entity \foo\ is - port (test : in bit); -end entity \foo\; -architecture structural of \foo\ is -begin -- architecture structural -end architecture structural; -architecture structural of bar is - signal test : bit; -begin -- architecture structural - foo_1: entity work.\foo\ - port map (test => test); -end architecture structural; diff --git a/testsuite/gna/bug12/testsuite.sh b/testsuite/gna/bug12/testsuite.sh deleted file mode 100755 index 9b3d98c20..000000000 --- a/testsuite/gna/bug12/testsuite.sh +++ /dev/null @@ -1,10 +0,0 @@ -#! /bin/sh - -. ../../testenv.sh - -analyze demo.vhd -elab_simulate bar structural - -clean - -echo "Test successful" -- cgit v1.2.3