Searched refs:check_for_leaks (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googletest/samples/
H A Dsample10_unittest.cc103 // This should fail when the --check_for_leaks command line flag is
115 bool check_for_leaks = false; local
116 if (argc > 1 && strcmp(argv[1], "--check_for_leaks") == 0 )
117 check_for_leaks = true;
119 printf("%s\n", "Run this program with --check_for_leaks to enable "
122 // If we are given the --check_for_leaks command line flag, installs the
124 if (check_for_leaks) {

Completed in 4 milliseconds