Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/concurrent/.expect/keywordErrors.txt

    r312029a r152c2b2  
    11concurrent/keywordErrors.cfa:1:1 error: thread keyword requires threads to be in scope, add #include <thread.hfa>
    2 thread A: with body 1
     2struct A: with body 1
    33
    44concurrent/keywordErrors.cfa:6:1 error: thread keyword requires threads to be in scope, add #include <thread.hfa>
    5 thread B: with body 1
     5struct B: with body 1
    66
Note: See TracChangeset for help on using the changeset viewer.