Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
akb825 committed Jan 4, 2025
1 parent 00c82d5 commit ad27dec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/Core/Core/test/ResourceStreamTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class ResourceStreamDirectory : public testing::Test
ASSERT_TRUE(dsPath_combine(firstPath, sizeof(firstPath), rootDir, "first"));
ASSERT_TRUE(dsPath_combine(secondPath, sizeof(secondPath), rootDir, "second"));
ASSERT_TRUE(dsPath_combine(thirdPath, sizeof(thirdPath), rootDir, "third"));
printf("rootDir: %s\n", rootDir);
ASSERT_TRUE(dsCreateDirectory(rootDir));
}

Expand Down

0 comments on commit ad27dec

Please sign in to comment.