* Makefile.in: Bunch of fixes so it actually works in this
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.chill / chillvars.ch
index 45b51c3721c2fe0855670dcf44452eb1a8936ae2..0b732c09ec821f5df98480810b34fe6e16ee4aad 100644 (file)
@@ -200,17 +200,3 @@ write_arrays ();
 booleans ();
 
 END;
-
-PR_5020: MODULE
-  dummy_pr_5020: PROC ();
-  END;
-  NEWMODE x = STRUCT (l LONG, b BOOL);
-
-  DCL y ARRAY ('a':'b') x;
-
-  y('a').l := 10;
-  y('a').b := TRUE;
-  y('b').l := 111;
-  y('b').b := FALSE;
-  dummy_pr_5020 ();
-END;
This page took 0.022944 seconds and 4 git commands to generate.