Changeset 44f6341 for src/tests/.expect/memberCtors.txt
- Timestamp:
- Sep 2, 2016, 1:30:36 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 85517ddb
- Parents:
- 4d4882a
- git-author:
- Rob Schluntz <rschlunt@…> (09/01/16 17:14:32)
- git-committer:
- Rob Schluntz <rschlunt@…> (09/02/16 13:30:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/.expect/memberCtors.txt
r4d4882a r44f6341 1 Before declaration of b1 1 2 constructing int 2 3 constructing int … … 16 17 destructing int: 0 17 18 destructing int: 1001 19 Before declaration of b2 18 20 copy constructing int: 0 19 21 copy constructing int: 0 … … 25 27 copy constructing int: 0 26 28 copy constructing int: 0 29 End of main 27 30 constructing int 28 31 constructing int … … 37 40 destructing int: 0 38 41 destructing int: 0 39 destructing int: 99940 42 destructing int: 0 41 43 destructing int: 0 42 44 destructing int: 0 45 destructing int: 999 43 46 constructing int 44 47 constructing int … … 53 56 destructing int: 0 54 57 destructing int: 0 55 destructing int: 99956 58 destructing int: 0 57 59 destructing int: 0 58 60 destructing int: 0 61 destructing int: 999
Note: See TracChangeset
for help on using the changeset viewer.