X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Ftests%2Fcheck_filetools.cpp;h=ad657facb100bc63be19600beb70c772e3f55e5f;hb=c0000cc405063044fb4eca3f04ab35f69fe3dd74;hp=07fcc759aab35bd5fee2e188b9be6a68d3fdf263;hpb=e1cabbf70e34a3d969327eaf5a9cbc4f8ee3e854;p=lyx.git diff --git a/src/support/tests/check_filetools.cpp b/src/support/tests/check_filetools.cpp index 07fcc759aa..ad657facb1 100644 --- a/src/support/tests/check_filetools.cpp +++ b/src/support/tests/check_filetools.cpp @@ -10,10 +10,6 @@ using namespace lyx::support; using namespace std; -namespace lyx { - docstring const _(string const & s) { return from_ascii(s); } -} - void test_normalizePath() { cout << FileName("/foo/../bar").absFileName() << endl;