dmd/compiler/test/fail_compilation/ftimetrace.d
Dennis 04025fdba6
Add --ftime-trace to dmd (#16363)
* Add --ftime-trace to dmd

* Refactor timetrace code for dmd.

Pass Outbuffer by ref,
move timetrace filename logic to main.d
2024-07-29 14:48:03 +02:00

7 lines
150 B
Makefile

/**
REQUIRED_ARGS: -ftime-trace-granularity=-800
TEST_OUTPUT:
---
Error: `-ftime-trace-granularity` requires a positive number of microseconds
---
*/