Skip to content

Commit beaa5a4

Browse files
committed
Add tiny code changes
1 parent 805ecb9 commit beaa5a4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ int main(int argc, char *argv[])
66
hello();
77
return 0;
88
}
9+
10+

test/test_hello.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include "hello.h"
55

6-
TEST(Feature, get_message)
6+
TEST(Hello, get_message)
77
{
88
std::string m = get_message();
99
ASSERT_EQ("Hello, World!", m);

0 commit comments

Comments
 (0)