Index: build/v2/test/pch.py =================================================================== RCS file: /cvsroot/boost/boost/tools/build/v2/test/pch.py,v retrieving revision 1.1 diff -u -r1.1 pch.py --- build/v2/test/pch.py 7 Oct 2006 10:08:19 -0000 1.1 +++ build/v2/test/pch.py 8 Oct 2006 07:52:53 -0000 @@ -36,11 +36,11 @@ -t.write("pch.cpp", """ #include +t.write("pch.cpp", """ #include "pch.hpp" """) -t.write("hello.cpp", """ #include +t.write("hello.cpp", """ #include "pch.hpp" int main() {