- Timestamp:
- Jun 10, 2019, 9:36:03 PM (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:
- b326277
- Parents:
- 558d13b
- Location:
- tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/manipulatorsInput.txt
r558d13b r86a8be5 26 26 13 wwwwwwww 27 27 a 28 b 29 b 30 b 28 a 31 29 -1 32 30 15 -
tests/.in/manipulatorsInput.txt
r558d13b r86a8be5 7 7 abcyyy 8 8 aaaaaaaaxxxxxxxxaabbccbbdddwwwbbbbbbbbwwwwwwwwaaaaaaaawwwwwwww 9 ab cd9 ab 10 10 0xff 017 15-15 11 11 0xff 017 15-15 -
tests/manipulatorsInput.cfa
r558d13b r86a8be5 7 7 // Created On : Sat Jun 8 17:58:54 2019 8 8 // Last Modified By : Peter A. Buhr 9 // Last Modified On : Mon Jun 10 08:11:03201910 // Update Count : 79 // Last Modified On : Mon Jun 10 18:38:35 2019 10 // Update Count : 8 11 11 // 12 12 … … 52 52 char c; 53 53 sin | c; sout | c; 54 sin | wdi( 3, c ); sout | c;55 54 sin | ignore( c ); sout | c; 56 sin | ignore( wdi( 3, c ) ); sout | c;57 55 58 56 signed char sc;
Note: See TracChangeset
for help on using the changeset viewer.