summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/pr-5646-grt.ch
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.chill/pr-5646-grt.ch')
-rw-r--r--gdb/testsuite/gdb.chill/pr-5646-grt.ch5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.chill/pr-5646-grt.ch b/gdb/testsuite/gdb.chill/pr-5646-grt.ch
deleted file mode 100644
index b7a90023585..00000000000
--- a/gdb/testsuite/gdb.chill/pr-5646-grt.ch
+++ /dev/null
@@ -1,5 +0,0 @@
-x: MODULE
-NEWMODE a_set = SET (a, b, c, d);
-NEWMODE a_ps = POWERSET a_set;
-GRANT a_ps;
-END;