summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/pr-9946.ch
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.chill/pr-9946.ch')
-rw-r--r--gdb/testsuite/gdb.chill/pr-9946.ch10
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/testsuite/gdb.chill/pr-9946.ch b/gdb/testsuite/gdb.chill/pr-9946.ch
deleted file mode 100644
index 3d9210a5b8d..00000000000
--- a/gdb/testsuite/gdb.chill/pr-9946.ch
+++ /dev/null
@@ -1,10 +0,0 @@
-x: module
-
-synmode aset = SET (stopped, moving);
-
-DCL xyz aset;
-
-xyz := moving;
-xyz := SUCC (xyz);
-
-END x;