dmd/compiler/test/fail_compilation/jsonBadField1.d
2022-07-09 18:53:07 +02:00

9 lines
279 B
Makefile

/*
REQUIRED_ARGS: -Xi=UNKNOWN_FIELD_NAME
TEST_OUTPUT:
---
Error: unknown JSON field `-Xi=UNKNOWN_FIELD_NAME`, expected one of `compilerInfo`, `buildInfo`, `modules`, `semantics`
run `dmd` to print the compiler manual
run `dmd -man` to open browser on manual
---
*/