summaryrefslogtreecommitdiffstats
path: root/test/option/debug-tree.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/option/debug-tree.py')
-rw-r--r--test/option/debug-tree.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/option/debug-tree.py b/test/option/debug-tree.py
index 09cdffb..f581bc4 100644
--- a/test/option/debug-tree.py
+++ b/test/option/debug-tree.py
@@ -64,6 +64,7 @@ int main(int argc, char *argv[])
test.write('Bar.c', """
#include "Bar.h"
+int local = 1;
""")
test.write('Foo.h', """