Select Git revision
LinkedList.test-private.cpp
Stauder, Lucas authored
LinkedList.test-private.cpp 142 B
#include "LinkedList.hpp"
#include <gtest/gtest.h>
// You can add more tests here
TEST(LinkedListTest, PrivateTestsAvailable) {
FAIL();
}