Merged revisions 2454-2525 via svnmerge from
[scons.git] / test / option / tree-derived.py
index 3ccada8e287f814c8e19bf62f60e29b20054d97f..43735f8cf98a55a6f2117944716096358d3794da 100644 (file)
@@ -56,6 +56,7 @@ int main(int argc, char *argv[])
 
 test.write('bar.c', """
 #include "bar.h"
+int local = 1;
 """)
 
 test.write('foo.h', """