]> git.stg.codes - stg.git/blobdiff - tests/test_conffiles.cpp
Some minor changes in bf stream.
[stg.git] / tests / test_conffiles.cpp
index 0d83abb8ef74d104a52ce239a581084edd6b3176..ef63a7a1f947e6dac1226945a79c6129740f0466 100644 (file)
@@ -3,9 +3,9 @@
 #include <string>
 #include <fstream>
 
-#include <tut/tut.hpp>
+#include "tut/tut.hpp"
 
-#include "conffiles.h"
+#include "stg/conffiles.h"
 
 namespace tut
 {
@@ -62,7 +62,7 @@ namespace tut
         set_test_name("Check empty lines and comments");
 
         {
-            ofstream f("/tmp/test.cf");
+            std::ofstream f("/tmp/test.cf");
 
             ensure("Correct construction (part 3)", f);