| 214 | static int extraMemoryFromResolver = 0; |
| 215 | |
| 216 | static int |
| 217 | fatalError(void) { |
| 218 | fprintf(stderr, "Exitting tests on fatal error\n"); |
| 219 | exit(1); |
| 220 | } |
| 221 | |
| 222 | /* |
| 223 | * We need to trap calls to the resolver to not account memory for the catalog |
no test coverage detected