Ignore:
File:
1 edited

Legend:

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

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