source: CIVL/examples/languageFeatures/assertBad.cvl

main
Last change on this file was 9ca4e28, checked in by Stephen Siegel <siegel@…>, 16 months ago

Adding some new language feature tests that reveal problems: assertions, chooseCalls.
Adding a comment in CommonExecutor explaining problem with translation of function calls.

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5950 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100644
File size: 57 bytes
RevLine 
[9ca4e28]1int main(void) {
2 $assert($false, "Blah %d %d\n", 1);
3}
Note: See TracBrowser for help on using the repository browser.