diff options
Diffstat (limited to 'gdb/testsuite/gdb.chill/pr-8894.ch')
-rw-r--r-- | gdb/testsuite/gdb.chill/pr-8894.ch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/testsuite/gdb.chill/pr-8894.ch b/gdb/testsuite/gdb.chill/pr-8894.ch deleted file mode 100644 index 391d56b..0000000 --- a/gdb/testsuite/gdb.chill/pr-8894.ch +++ /dev/null @@ -1,12 +0,0 @@ -xx: MODULE - -<> USE_SEIZE_FILE "pr-8894-grt.grt" <> -SEIZE m_byte; - -SYNMODE m_struct = STRUCT (a, b, c m_byte); - -DCL v m_struct; - -v.a := 100; - -END xx; |