aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/enum.ch
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.chill/enum.ch')
-rw-r--r--gdb/testsuite/gdb.chill/enum.ch9
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/testsuite/gdb.chill/enum.ch b/gdb/testsuite/gdb.chill/enum.ch
deleted file mode 100644
index 971fc94..0000000
--- a/gdb/testsuite/gdb.chill/enum.ch
+++ /dev/null
@@ -1,9 +0,0 @@
-hugo: module
-
- synmode m_set = set (a, b, c, d, e, f, g, h, i);
- dcl x long;
- dcl y m_set;
-
- writetext (stdout, "done.%/");
-
-end hugo;