From 5ea733c60c8f6323cf94b726b997e8e22bca191f Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 21 Mar 2019 23:06:29 +0900 Subject: Fixed support for tests in cmake. Signed-off-by: Michele Calgaro --- tests/importaddresses.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/importaddresses.cc') diff --git a/tests/importaddresses.cc b/tests/importaddresses.cc index 7900423..032a14f 100644 --- a/tests/importaddresses.cc +++ b/tests/importaddresses.cc @@ -59,8 +59,7 @@ int main(int argc, char **argv) TDECmdLineArgs::init(argc,argv,&aboutData); TDECmdLineArgs::addCmdLineOptions( options ); - // TDEApplication app( false, false ); - TDEApplication app; + TDEApplication app( false, false ); TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs(); -- cgit v1.2.1