summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/pr-8894.ch
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.chill/pr-8894.ch')
-rw-r--r--gdb/testsuite/gdb.chill/pr-8894.ch12
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/testsuite/gdb.chill/pr-8894.ch b/gdb/testsuite/gdb.chill/pr-8894.ch
deleted file mode 100644
index 391d56b2fc0..00000000000
--- a/gdb/testsuite/gdb.chill/pr-8894.ch
+++ /dev/null
@@ -1,12 +0,0 @@
-xx: MODULE
-
-<> USE_SEIZE_FILE "pr-8894-grt.grt" <>
-SEIZE m_byte;
-
-SYNMODE m_struct = STRUCT (a, b, c m_byte);
-
-DCL v m_struct;
-
-v.a := 100;
-
-END xx;