From 0bbb9be629ce35c11e4bf4a5180810ae2b16e5b4 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 24 Sep 2018 15:57:53 +0200 Subject: Fix TODOs, mainly escaping strings for ninja --- backend/BackendUtils.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'backend/BackendUtils.cpp') diff --git a/backend/BackendUtils.cpp b/backend/BackendUtils.cpp index 3c9dd71..4e1a0e8 100644 --- a/backend/BackendUtils.cpp +++ b/backend/BackendUtils.cpp @@ -88,7 +88,6 @@ namespace backend } else { - // TODO: Verify what happens if test has test sub directory if (!sibsConfig.getTestPath().empty() && isPathSubPathOf(pathNative.c_str(), sibsConfig.getTestPath())) { string filePathUtf8 = toUtf8(pathNative.c_str()); -- cgit v1.2.3