]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/test-file-path.cc
Doc-es: update Notation/Pitches.
[lilypond.git] / flower / test-file-path.cc
index fa23bddedd6741984e25203bb5883a804675b664..a20364b98cf6214e0f727ec9a9672fef85f217d0 100644 (file)
@@ -6,8 +6,6 @@
 #include "yaffut.hh"
 #include "config.hh"
 
-using std::string;
-
 TEST (File_path, Find)
 {
   char const *extensions[] = {"ly", "", 0};
@@ -15,7 +13,7 @@ TEST (File_path, Find)
   char cwd[PATH_MAX];
   if (!getcwd (cwd, PATH_MAX))
     {
-      std::cerr << "Could not get current work directory\n";
+      cerr << "Could not get current work directory\n";
       exit (1);
     }
   string ly_dir = string (getenv ("top-src-dir")) + "/ly";