Skip to content

Commit fdabe9a

Browse files
committed
initial commit of the day
1 parent a4f8e6a commit fdabe9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GTest/DeathTest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TEST(DeathTest, Check1) {
1111

1212
/*
1313
g++ DeathTest.cpp -o test_exec -lgtest -lgmock -pthread &&
14-
time ./test_exec &&
14+
time ./test_exec --test_filter=DeathTest.Check1 &&
1515
rm test_exec
1616
*/
1717
int main(int argc, char *argv[]) {

0 commit comments

Comments
 (0)