mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2026-05-06 07:56:46 -04:00
Implement replace_if condition lambda
Fix include typo and CS
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user