Changeset b1d6dd5 for src/Tests/Expect-e
- Timestamp:
- Jun 11, 2015, 12:15:54 PM (10 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
- Children:
- eff0cad0
- Parents:
- 8a95629
- Location:
- src/Tests/Expect-e
- Files:
-
- 56 added
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
src/Tests/Expect-e/MiscError.txt
r8a95629 rb1d6dd5 5 5 nothing 6 6 Alternatives are: Cost ( 0, 0, 1 ): Cast of: 7 Variable Expression: b: asigned int7 Variable Expression: b: signed int 8 8 9 9 to: … … 14 14 15 15 Cost ( 0, 0, 1 ): Cast of: 16 Variable Expression: b: afloat16 Variable Expression: b: float 17 17 18 18 to: … … 29 29 nothing 30 30 Alternatives are: Cost ( 0, 0, 1 ): Cast of: 31 Variable Expression: b: asigned int31 Variable Expression: b: signed int 32 32 33 33 to: … … 38 38 39 39 Cost ( 0, 0, 1 ): Cast of: 40 Variable Expression: b: afloat40 Variable Expression: b: float 41 41 42 42 to: … … 57 57 Alternatives are: Cost ( 0, 0, 1 ): Cast of: 58 58 Comma Expression: 59 Variable Expression: a: asigned int59 Variable Expression: a: signed int 60 60 61 Variable Expression: b: asigned int61 Variable Expression: b: signed int 62 62 63 63 to: … … 69 69 Cost ( 0, 0, 1 ): Cast of: 70 70 Comma Expression: 71 Variable Expression: a: asigned int71 Variable Expression: a: signed int 72 72 73 Variable Expression: b: afloat73 Variable Expression: b: float 74 74 75 75 to: -
src/Tests/Expect-e/OccursError.txt
r8a95629 rb1d6dd5 1 1 Error: No reasonable alternatives for expression Applying untyped: 2 2 Name: f 3 4 3 ...to: 5 4 Name: g
Note:
See TracChangeset
for help on using the changeset viewer.