Skip to content
Snippets Groups Projects
Commit 0d62581b authored by Gitlab Runner's avatar Gitlab Runner
Browse files

test if filesystem disturbs the gitlab runner

parent a017f501
No related branches found
No related tags found
1 merge request!75deletet all gpu related files, changed alle .cu files to .cpp files and add...
......@@ -10,9 +10,9 @@ TEST(UbFileInputASCIITest, readIntegerAfterString)
std::filesystem::path filePath = __FILE__;
filePath.replace_filename("UbFileInputASCIITest.cfg");
UbFileInputASCII sut {filePath.string()};
// UbFileInputASCII sut {filePath.string()};
const int actual = sut.readIntegerAfterString("test =");
// const int actual = sut.readIntegerAfterString("test =");
EXPECT_THAT(actual, testing::Eq(1));
// EXPECT_THAT(actual, testing::Eq(1));
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment