Changeset 152c2b2 for tests


Ignore:
Timestamp:
Nov 27, 2019, 11:15:01 AM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Fix a small manipulation error

File:
1 edited

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
     1concurrent/keywordErrors.cfa:1:1 error: thread keyword requires threads to be in scope, add #include <thread.hfa>
     2struct A: with body 1
    23
    3 concurrent/keywordErrors.cfa:6:1 error: thread keyword requires threads to be in scope, add #include <thread.hfa>struct B: with body 1
     4concurrent/keywordErrors.cfa:6:1 error: thread keyword requires threads to be in scope, add #include <thread.hfa>
     5struct B: with body 1
    46
Note: See TracChangeset for help on using the changeset viewer.