mirror of
https://github.com/jorenchik/testing-spring-2024.git
synced 2025-10-21 20:10:36 +00:00
6 lines
83 B
C++
6 lines
83 B
C++
#include <gtest/gtest.h>
|
|
|
|
TEST(ProgramTest, testFunction) {
|
|
EXPECT_EQ(8, 8);
|
|
}
|