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

Merge branch 'parser' of gitlab.cobolworx.com:COBOLworx/gcc-cobol into parser

parents 9e38fd53 d2cd4455
No related branches found
No related tags found
No related merge requests found
Pipeline #2419 failed
...@@ -1093,8 +1093,8 @@ AT_DATA([prog.cob], [ identification division. ...@@ -1093,8 +1093,8 @@ AT_DATA([prog.cob], [ identification division.
end function func. end function func.
]) ])
AT_CHECK([$COMPILE prog.cob], [1], [], stderr) AT_CHECK([$COMPILE prog.cob], [1], [], stderr)
AT_CHECK([sed -e "s/^.*\(in function \`_start'\).*$/\1/g" -e "s/^.*\(undefined reference to \`main'\).*$/\1/g" stderr], [0], AT_CHECK([sed -e "s/^.*\(in function\).*$/\1/g" -e "s/^.*\(undefined reference to \`main'\).*$/\1/g" stderr], [0],
[in function `_start' [in function
undefined reference to `main' undefined reference to `main'
collect2: error: ld returned 1 exit status collect2: error: ld returned 1 exit status
], []) ], [])
......
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