source: src/tests/.expect/castError.txt@ b1848a0

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox memory new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new with_gc
Last change on this file since b1848a0 was d5b904d, checked in by Thierry Delisle <tdelisle@…>, 9 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.