Skip to content

Commit cf9921d

Browse files
Update testplatform.cpp
1 parent 3afdd72 commit cf9921d

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
@@ -207,7 +207,7 @@ class TestPlatform : public TestFixture {
207207
}
208208

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

0 commit comments

Comments
 (0)