mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Cleanup.
This commit is contained in:
@@ -96,9 +96,8 @@ TEST_CASE("FilePath", "")
|
||||
const FilePathTest& test = s_filePathTest[ii];
|
||||
|
||||
fp.set(test.filePath);
|
||||
const bx::StringView result = fp.get();
|
||||
|
||||
REQUIRE(0 == bx::strCmp(test.expected, result) );
|
||||
REQUIRE(0 == bx::strCmp(test.expected, fp) );
|
||||
}
|
||||
|
||||
for (uint32_t ii = 0; ii < BX_COUNTOF(s_filePathSplit); ++ii)
|
||||
|
||||
Reference in New Issue
Block a user