Skip to content

Commit f0a3564

Browse files
committed
--amend
1 parent 5a1685a commit f0a3564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dmd/frontend.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8251,7 +8251,7 @@ struct Param final
82518251
bool timeTrace;
82528252
uint32_t timeTraceGranularityUs;
82538253
const char* timeTraceFile;
8254-
bool parsingUnittestsRequired();
8254+
bool parsingUnittestsRequired(bool isRoot);
82558255
Param() :
82568256
obj(true),
82578257
readStdin(),

0 commit comments

Comments
 (0)