blob: 2256a63465f1ccd38ab2705bf9ca349953047896 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* { dg-do compile } */
/* { dg-options "-fdiagnostics-add-output=experimental-html:javascript=no" } */
extern void here (void);
void test_graphs (void)
{
here (); /* { dg-error "this is a placeholder error, with graphs" } */
}
/* Use a Python script to verify various properties about the generated
HTML file:
{ dg-final { run-html-pytest diagnostic-test-graphs-html.c "diagnostic-test-graphs-html.py" } } */
|