X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Ftests%2Fcheck_convert.cpp;h=fdc008f5ee03a21b117c49caaee5b7d923744785;hb=8d640dc77608bedddb5b00982c23665584f52d21;hp=b6fd166827423d31a0b3c06d6dd23f15a4135008;hpb=26e3d3ff66a47df14db68bc1b0e7495cd66c632e;p=lyx.git diff --git a/src/support/tests/check_convert.cpp b/src/support/tests/check_convert.cpp index b6fd166827..fdc008f5ee 100644 --- a/src/support/tests/check_convert.cpp +++ b/src/support/tests/check_convert.cpp @@ -1,20 +1,14 @@ #include #include "../convert.h" -#include "../docstring.h" #include +#include using lyx::convert; using namespace std; - -namespace lyx { - docstring const _(string const & s) { return from_ascii(s); } -} - - void convert_int() { cout << convert("123") << '\n'