source: tests/concurrent/.expect/keywordErrors.txt @ 1205b3e

ADTast-experimental
Last change on this file since 1205b3e was c87b604, checked in by Thierry Delisle <tdelisle@…>, 22 months ago

Removed the last old ast expected files

  • Property mode set to 100644
File size: 268 bytes
Line 
1concurrent/keywordErrors.cfa:1:1 error: thread keyword requires threads to be in scope, add #include <thread.hfa>
2thread A with body
3
4concurrent/keywordErrors.cfa:6:1 error: thread keyword requires threads to be in scope, add #include <thread.hfa>
5thread B with body
6
Note: See TracBrowser for help on using the repository browser.