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

1 UAT message

parent ff7abbdf
No related branches found
No related tags found
No related merge requests found
Pipeline #2426 passed
......@@ -285,7 +285,6 @@ AT_CHECK([$COMPILE_ONLY prog.cob], [1], [], [In file included from copy3.CPY:128
copy1.CPY:2:1: error: recursive copybook: 'copy1.CPY' includes itself
2 | COPY copy2.
| ^
copy1.CPY:2:1: error: copybook 'copy1.CPY' not found
cobol1: error: failed compiling prog.cob
])
AT_CLEANUP
......
......@@ -183,7 +183,7 @@ class copybook_t {
for( auto dir : directories ) {
if( true ) {
dbgmsg("copybook_t::open( '%s' OF '%s' %s",
dbgmsg("copybook_t::open '%s' OF '%s' %s",
book.source.name,
dir? dir: ".",
book.literally.source? ", literally" : "" );
......
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