Revert "fix: Better IR file format ext handling"

This reverts commit 1aa869d67d.

Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
Compute-Runtime-Validation
2025-09-04 09:11:42 +02:00
committed by Compute-Runtime-Automation
parent d5f3e72804
commit 482c5ce11b
5 changed files with 4 additions and 59 deletions

View File

@@ -12,11 +12,6 @@
using NEO::Hash;
TEST(ToLower, GiventStringThenChangeItToLowerCase) {
std::string ls = StringHelpers::toLower("SomeTEXT");
EXPECT_STREQ("sometext", ls.c_str());
}
TEST(CreateCombinedStrings, GivenSingleStringWhenCreatingCombinedStringThenDstStringMatchesSrcString) {
std::string dstString;
size_t dstStringSizeInBytes = 0;