summaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/diagnostic-format-json-file-1.c
blob: ddac780f07b1ee1114cff0fcee66fa4dcc099848 (plain)
1
2
3
4
5
6
7
8
/* Check that -fdiagnostics-format=json-file works.  */
/* { dg-do compile } */
/* { dg-options "-fdiagnostics-format=json-file" } */

#warning message

/* Verify that some JSON was written to a file with the expected name.  */
/* { dg-final { scan-file "diagnostic-format-json-file-1.c.gcc.json" "\"message\": \"#warning message\"" } } */