aboutsummaryrefslogtreecommitdiff
path: root/src/checker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/checker.cpp')
-rw-r--r--src/checker.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/checker.cpp b/src/checker.cpp
index eaf3b5322..523d2c297 100644
--- a/src/checker.cpp
+++ b/src/checker.cpp
@@ -1873,7 +1873,8 @@ void generate_minimum_dependency_set(Checker *c, Entity *start) {
continue;
}
- if (e->file == nullptr || !e->file->is_test) {
+ // if (e->file == nullptr || !e->file->is_test) {
+ if (e->file == nullptr) {
continue;
}