We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! I created this simple example Tests Everywhere - COBOL
In this example I can easily test:
But I am just curious how I should test HELLO-CONSOLE program, If I just try I get this error:
CC##99.CBL:139: error: executable program requested but PROCEDURE/ENTRY has USING clause
Is there any way to test it? I created this PR to reproduce it rogervinas/tests-everywhere#56
Thanks for this cool project!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! I created this simple example Tests Everywhere - COBOL
In this example I can easily test:
But I am just curious how I should test HELLO-CONSOLE program, If I just try I get this error:
Is there any way to test it? I created this PR to reproduce it rogervinas/tests-everywhere#56
Thanks for this cool project!
The text was updated successfully, but these errors were encountered: