aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/gch1494.ch
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>1997-12-15 18:24:59 +0000
committerJim Blandy <jimb@codesourcery.com>1997-12-15 18:24:59 +0000
commit7c45d53214a3966ee5a8bb41e8cc1b2c6e16bed7 (patch)
tree42384cccc31b1a6a7066f1489ca24c5f74a8663b /gdb/testsuite/gdb.chill/gch1494.ch
parent02475394db7c7bf9140dc938b8a57d8f75f42c58 (diff)
downloadgdb-7c45d53214a3966ee5a8bb41e8cc1b2c6e16bed7.zip
gdb-7c45d53214a3966ee5a8bb41e8cc1b2c6e16bed7.tar.gz
gdb-7c45d53214a3966ee5a8bb41e8cc1b2c6e16bed7.tar.bz2
Revert addition of test suite from Alcatel --- we don't have papers
for these. Changes bracketed with tags jimb_pre_revert_pr13812, jimb_post_revert_pr13812, so we can easily re-add them when we receive papers.
Diffstat (limited to 'gdb/testsuite/gdb.chill/gch1494.ch')
-rw-r--r--gdb/testsuite/gdb.chill/gch1494.ch8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/testsuite/gdb.chill/gch1494.ch b/gdb/testsuite/gdb.chill/gch1494.ch
deleted file mode 100644
index 34bb2d5..0000000
--- a/gdb/testsuite/gdb.chill/gch1494.ch
+++ /dev/null
@@ -1,8 +0,0 @@
-gch1494: MODULE
-
-DCL x STRUCT (CASE OF
- : b UBYTE,
- : s CHARS(10) VARYING
- ESAC) INIT := [ .b: 1 ];
-
-END gch1494;