Implement replace_if condition lambda

Fix include typo and CS
This commit is contained in:
Tom Lankhorst
2019-03-02 14:50:15 +01:00
committed by Ted John
parent 744f2225ed
commit ed353faccf
3 changed files with 4 additions and 6 deletions
+1 -3
View File
@@ -7,9 +7,8 @@
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#include <openrct2/platform/platform.h>
#include <gtest/gtest.h>
#include <openrct2/platform/platform.h>
TEST(platform, sanitise_filename)
{
@@ -27,4 +26,3 @@ TEST(platform, sanitise_filename)
ASSERT_EQ("non trimmed", platform_sanitise_filename(" non trimmed "));
#endif
}