aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/pr-5984.ch
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.chill/pr-5984.ch')
-rw-r--r--gdb/testsuite/gdb.chill/pr-5984.ch8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/testsuite/gdb.chill/pr-5984.ch b/gdb/testsuite/gdb.chill/pr-5984.ch
deleted file mode 100644
index 3e74a56..0000000
--- a/gdb/testsuite/gdb.chill/pr-5984.ch
+++ /dev/null
@@ -1,8 +0,0 @@
-x: module -- line 1
- p:proc (t char (20) varying); -- 2
- writetext(stdout, t); -- 3
- end p; -- 4
- -- 5
- p("Jason Dark.%/"); -- 6
- p("Hello World.%/"); -- 7
-end x;