source: src/tests/.expect/castError.txt @ 1ba88a0

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 1ba88a0 was d5b904d, checked in by Thierry Delisle <tdelisle@…>, 8 years ago

fixed expected output for renamed files

  • Property mode set to 100644
File size: 728 bytes
Line 
1CFA Version 1.0.0 (debug)
2Error: Can't choose between alternatives for expression Cast of:
3  Name: f
4
5to:
6  char
7Alternatives are:        Cost ( 1, 0, 0 ): Cast of:
8          Variable Expression: f: function
9                accepting unspecified arguments
10              returning
11                nothing
12
13
14        to:
15          char
16(types:
17            char
18)
19        Environment:
20
21        Cost ( 1, 0, 0 ): Cast of:
22          Variable Expression: f: signed int
23
24        to:
25          char
26(types:
27            char
28)
29        Environment:
30
31        Cost ( 1, 0, 0 ): Cast of:
32          Variable Expression: f: double
33
34        to:
35          char
36(types:
37            char
38)
39        Environment:
40
41
42make: *** [castError] Error 1
Note: See TracBrowser for help on using the repository browser.