aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.chill/misc.ch
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.chill/misc.ch')
-rw-r--r--gdb/testsuite/gdb.chill/misc.ch12
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/testsuite/gdb.chill/misc.ch b/gdb/testsuite/gdb.chill/misc.ch
deleted file mode 100644
index 20f12c8..0000000
--- a/gdb/testsuite/gdb.chill/misc.ch
+++ /dev/null
@@ -1,12 +0,0 @@
-misc_tests : MODULE;
-
-DCL otto INT := 42;
-
-DCL foo STRUCT (l LONG, c CHAR, b BOOL, s CHARS(3));
-
-dummyfunc: PROC();
-END dummyfunc;
-
-dummyfunc();
-
-END misc_tests;