source: src/tests/.expect/completeTypeError.txt@ 4e9151f

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors deferred_resn demangler enum forall-pointer-decay jacob/cs343-translation jenkins-sandbox 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 4e9151f was 4e9151f, checked in by Thierry Delisle <tdelisle@…>, 9 years ago
  • Fixed tests to no longer use make errors, pipeing CC errors directly instead
  • Tests now use the number of cores as the number of jobs if jobserver is not defined
  • Tests now support both jobserver-fds and and jobserver-auth as the file descriptor variables
  • Tests now limit the number of concurrent jobs to the total number of tests
  • Tests now ignore whitespaces and blank lines when comparing diffs
  • Property mode set to 100644
File size: 861 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
Note: See TracBrowser for help on using the repository browser.