Skip to content

Commit 1a7eba2

Browse files
authored
Merge pull request #14085 from OSGeo/elpaso-patch-1
Fix typo in test case name from 'testvitualmem' to 'testvirtualmem'
2 parents 1883a7b + 9aaee84 commit 1a7eba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autotest/cpp/testvirtualmem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ static void test_raw_auto(const char *pszFormat, int bFileMapping)
212212
}
213213
}
214214

215-
TEST(testvitualmem, test)
215+
TEST(testvirtualmem, test)
216216
{
217217
if (getenv("SKIP_TESTVIRTUALMEM") != nullptr)
218218
{

0 commit comments

Comments
 (0)