mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
9 lines
212 B
Makefile
9 lines
212 B
Makefile
/*
|
|
REQUIRED_ARGS: -run test.exe
|
|
TEST_OUTPUT:
|
|
---
|
|
Error: -run must be followed by a source file, not 'test.exe'
|
|
run `dmd` to print the compiler manual
|
|
run `dmd -man` to open browser on manual
|
|
---
|
|
*/
|