Skip to content

Commit f8390f1

Browse files
Update testplatform.cpp
1 parent cf9921d commit f8390f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testplatform.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ class TestPlatform : public TestFixture {
208208

209209
void valid_config_native() const {
210210
Platform platform;
211-
PLATFORM(platform, cppcheck::Platform::Type::Native);
211+
PLATFORM(platform, Platform::Type::Native);
212212
#ifdef _WIN32
213213
ASSERT(platform.isWindows());
214214
#else

0 commit comments

Comments
 (0)