Skip to content

Commit

Permalink
Merge pull request #1514 from pherl/fix_heap_check
Browse files Browse the repository at this point in the history
Fix the command line interface unittest again
  • Loading branch information
liujisi committed May 11, 2016
2 parents cdd3ec7 + e8737d8 commit c67879b
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,14 @@
#include <gtest/gtest.h>


// Disable the whole test when we use tcmalloc for "draconian" heap checks, in
// which case tcmalloc will print warnings that fail the plugin tests.
#if !GOOGLE_PROTOBUF_HEAP_CHECK_DRACONIAN
namespace google {
namespace protobuf {
namespace compiler {

// Disable the whole test when we use tcmalloc for "draconian" heap checks, in
// which case tcmalloc will print warnings that fail the plugin tests.
#if !GOOGLE_PROTOBUF_HEAP_CHECK_DRACONIAN

#if defined(_WIN32)
#ifndef STDIN_FILENO
#define STDIN_FILENO 0
Expand Down

0 comments on commit c67879b

Please sign in to comment.