aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/pr-8894-grt.ch
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-12-16 19:33:54 +0000
committerAndrew Cagney <cagney@redhat.com>2002-12-16 19:33:54 +0000
commitb304d1300549d9bc27017556f561766fc2ca9156 (patch)
treeec7f74c5887da8d2aa28087ce515852acdda858f /gdb/testsuite/gdb.chill/pr-8894-grt.ch
parent939ba9d0fcf7265d9c8920f8dcfda5263268b034 (diff)
downloadgdb-b304d1300549d9bc27017556f561766fc2ca9156.zip
gdb-b304d1300549d9bc27017556f561766fc2ca9156.tar.gz
gdb-b304d1300549d9bc27017556f561766fc2ca9156.tar.bz2
Remove obsolete testsuite code.
Diffstat (limited to 'gdb/testsuite/gdb.chill/pr-8894-grt.ch')
-rw-r--r--gdb/testsuite/gdb.chill/pr-8894-grt.ch6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/testsuite/gdb.chill/pr-8894-grt.ch b/gdb/testsuite/gdb.chill/pr-8894-grt.ch
deleted file mode 100644
index 5720170..0000000
--- a/gdb/testsuite/gdb.chill/pr-8894-grt.ch
+++ /dev/null
@@ -1,6 +0,0 @@
-yy: MODULE
-
-SYNMODE m_byte = INT (0:255);
-GRANT ALL;
-
-END yy;