aboutsummaryrefslogtreecommitdiff
path: root/build2/dump.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/dump.cxx')
-rw-r--r--build2/dump.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/dump.cxx b/build2/dump.cxx
index 7cb97ef..a8b02d1 100644
--- a/build2/dump.cxx
+++ b/build2/dump.cxx
@@ -69,6 +69,7 @@ namespace build2
{
// @@ Might be useful to dump the cache.
//
+ assert (org->type == nullptr);
os << var.name << (org->extra == 1 ? " =+ " : " += ");
}
else