Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2021-11-09 10:25:05 +00:00
committed by Compute-Runtime-Automation
parent 555f3a8515
commit 78a350494b

View File

@ -1313,7 +1313,7 @@ TEST(OfflineCompilerTest, givenEmptyFileWhenReadOptionsFromFileThenSuccessIsRetu
EXPECT_TRUE(options.empty());
}
TEST(OfflineCompilerTest, givenNoCopyRightsWhenReadOptionsFromFileThenSuccessIsReturned) {
TEST(OfflineCompilerTest, givenNoCopyrightsWhenReadOptionsFromFileThenSuccessIsReturned) {
std::string options;
std::string filename("non_existing_file");