- Timestamp:
- Apr 16, 2020, 1:25:53 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- b5276fc
- Parents:
- 41af19c
- Location:
- tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r41af19c r7215000 41 41 -quiet @CFA_FLAGS@ \ 42 42 -DIN_DIR="${abs_srcdir}/.in/" 43 44 AM_CFAFLAGS = -XCFA --deterministic-out 43 45 44 46 # get the desired cfa to test -
tests/Makefile.in
r41af19c r7215000 408 408 -DIN_DIR="${abs_srcdir}/.in/" 409 409 410 AM_CFAFLAGS = -XCFA --deterministic-out 410 411 411 412 # get the desired cfa to test -
tests/errors/.expect/completeType.txt
r41af19c r7215000 27 27 void 28 28 ) 29 Environment: ( _85_4_DT )-> instance of struct A with body 0 (no widening)29 Environment: -> instance of struct A with body 0 (no widening) 30 30 31 31 … … 50 50 void 51 51 ) 52 Environment: ( _85_4_DT )-> instance of struct B with body 1 (no widening)52 Environment: -> instance of struct B with body 1 (no widening) 53 53 54 54 … … 127 127 void 128 128 ) 129 Environment: ( _104_0_T )-> instance of type T (not function type) (no widening)129 Environment: -> instance of type T (not function type) (no widening) 130 130 131 131 Could not satisfy assertion:
Note: See TracChangeset
for help on using the changeset viewer.