diff options
Diffstat (limited to 'gdb/testsuite/gdb.chill/pr-9946.ch')
-rw-r--r-- | gdb/testsuite/gdb.chill/pr-9946.ch | 10 |
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 3d9210a..0000000 --- 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; |