Skip to content
Snippets Groups Projects
Commit 7c808a2e authored by James K. Lowden's avatar James K. Lowden :anchor:
Browse files

UAT output repair

parent cfc0a72d
No related branches found
No related tags found
No related merge requests found
Pipeline #1683 passed
......@@ -214,7 +214,7 @@ AT_DATA([badprog.cob], [
AT_CHECK([$COMPILE_ONLY -dialect mf badprog.cob], [1], [],
[badprog.cob:8: error: 02 F1 may not reference itself as part of 01 MESSAGE-TEXT-2T at 'MESSAGE-TEXT-2T'
badprog.cob:10: error: F1 created with SAME AS or TYPE TO, cannot have new member FILLER at 'FILLER'
badprog.cob:10: error: 05 FILLER on is not part of an 01 record at 'FILLER'
badprog.cob:10: error: 05 FILLER is not part of an 01 record at 'FILLER'
badprog.cob:12: error: PIC incompatible with TYPE TO
badprog.cob:12: error: 77 OUTPUT-NAME TYPE TO MESSAGE-TEXT-2T must be an elementary item at 'MESSAGE-TEXT-2T'
.:13: 5 errors in DATA DIVISION, compilation ceases detected at end of file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment