MCPcopy Create free account
hub / github.com/coreutils/coreutils / test_syntax_error

Function test_syntax_error

src/test.c:96–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95ATTRIBUTE_FORMAT ((printf, 1, 2))
96static _Noreturn void
97test_syntax_error (char const *format, ...)
98{
99 va_list ap;
100 va_start (ap, format);
101 verror (0, 0, format, ap);
102 test_exit (TEST_FAILURE);
103}
104
105/* Increment our position in the argument list. Check that we're not
106 past the end of the argument list. This check is suppressed if the

Callers 7

beyondFunction · 0.85
find_intFunction · 0.85
termFunction · 0.85
binary_operatorFunction · 0.85
unary_operatorFunction · 0.85
three_argumentsFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected