mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 20:13:04 +08:00
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:
committed by
Compute-Runtime-Automation
parent
d5f3e72804
commit
482c5ce11b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user