Changeset 152c2b2
- Timestamp:
 - Nov 27, 2019, 11:15:01 AM (6 years ago)
 - Branches:
 - ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
 - Children:
 - 397c101a
 - Parents:
 - 6c3a5ac1
 - File:
 - 
      
- 1 edited
 
- 
          
  tests/concurrent/.expect/keywordErrors.txt (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
tests/concurrent/.expect/keywordErrors.txt
r6c3a5ac1 r152c2b2 1 concurrent/keywordErrors.cfa:1:1 error: thread keyword requires threads to be in scope, add #include <thread.hfa>struct A: with body 1 1 concurrent/keywordErrors.cfa:1:1 error: thread keyword requires threads to be in scope, add #include <thread.hfa> 2 struct A: with body 1 2 3 3 concurrent/keywordErrors.cfa:6:1 error: thread keyword requires threads to be in scope, add #include <thread.hfa>struct B: with body 1 4 concurrent/keywordErrors.cfa:6:1 error: thread keyword requires threads to be in scope, add #include <thread.hfa> 5 struct B: with body 1 4 6  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.