diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-12-16 19:33:54 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-12-16 19:33:54 +0000 |
commit | b304d1300549d9bc27017556f561766fc2ca9156 (patch) | |
tree | ec7f74c5887da8d2aa28087ce515852acdda858f /gdb/testsuite/gdb.chill/pr-8894-grt.ch | |
parent | 939ba9d0fcf7265d9c8920f8dcfda5263268b034 (diff) | |
download | gdb-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.ch | 6 |
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; |