From ad27dec1cc6a33d6f6336713bc99041fbf504371 Mon Sep 17 00:00:00 2001 From: Aaron Barany Date: Fri, 3 Jan 2025 22:51:40 -0800 Subject: [PATCH] test --- modules/Core/Core/test/ResourceStreamTest.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/Core/Core/test/ResourceStreamTest.cpp b/modules/Core/Core/test/ResourceStreamTest.cpp index 20048a32..27d8dbe8 100644 --- a/modules/Core/Core/test/ResourceStreamTest.cpp +++ b/modules/Core/Core/test/ResourceStreamTest.cpp @@ -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)); }