summaryrefslogtreecommitdiff
path: root/testsuite/gna/bug15/phys2.vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/gna/bug15/phys2.vhdl')
-rw-r--r--testsuite/gna/bug15/phys2.vhdl14
1 files changed, 0 insertions, 14 deletions
diff --git a/testsuite/gna/bug15/phys2.vhdl b/testsuite/gna/bug15/phys2.vhdl
deleted file mode 100644
index 3c0957f..0000000
--- a/testsuite/gna/bug15/phys2.vhdl
+++ /dev/null
@@ -1,14 +0,0 @@
-entity tb2 is
-end;
-
-use work.physical.all;
-
-architecture test of tb2 is
- constant CLOCK_FREQ : FREQ := MHz;
- procedure p (a : freq) is
- begin
- end p;
-begin
- p (clock_freq);
- -- empty
-end architecture;