source: src/tests/.expect/completeTypeError.txt @ 578b637

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resndemanglerenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since 578b637 was 9bb90a86, checked in by Thierry Delisle <tdelisle@…>, 7 years ago

Updated tests with errors to add linenumber and filename (not validated by hand)

  • Property mode set to 100644
File size: 899 bytes
Line 
1completeTypeError.c:34 error: No reasonable alternatives for expression Applying untyped:
2  Name: *?
3...to:
4  Name: v
5
6
7completeTypeError.c:36 error: No reasonable alternatives for expression Applying untyped:
8  Name: baz
9...to:
10  Name: v
11
12
13completeTypeError.c:37 error: No reasonable alternatives for expression Applying untyped:
14  Name: quux
15...to:
16  Name: v
17
18
19completeTypeError.c:58 error: No reasonable alternatives for expression Applying untyped:
20  Name: baz
21...to:
22  Name: y
23
24
25completeTypeError.c:59 error: No reasonable alternatives for expression Applying untyped:
26  Name: quux
27...to:
28  Name: y
29
30
31completeTypeError.c:60 error: No reasonable alternatives for expression Applying untyped:
32  Name: *?
33...to:
34  Name: y
35
36
37completeTypeError.c:72 error: No reasonable alternatives for expression Applying untyped:
38  Name: baz
39...to:
40  Name: z
41
42
43make: *** [completeTypeError] Error 1
Note: See TracBrowser for help on using the repository browser.