fix test
authorScott Graham <scottmg@chromium.org>
Tue, 9 Apr 2013 17:44:54 +0000 (10:44 -0700)
committerScott Graham <scottmg@chromium.org>
Tue, 9 Apr 2013 17:44:54 +0000 (10:44 -0700)
src/build.h
src/ninja_test.cc

index 9a16990..ca75ade 100644 (file)
@@ -275,10 +275,6 @@ struct BuildStatus {
 
   mutable RateInfo overall_rate_;
   mutable SlidingRateInfo current_rate_;
-
-#ifdef _WIN32
-  void* console_;
-#endif
 };
 
 #endif  // NINJA_BUILD_H_
index 3376050..02f2c6b 100644 (file)
@@ -42,7 +42,7 @@ class LaconicPrinter : public testing::EmptyTestEventListener {
     ++tests_started_;
     printer_.Print(StringPrintf("[%d/%d] %s.%s", tests_started_, test_count_,
                                 test_info.test_case_name(), test_info.name()),
-                   LinePrinter::SHORT);
+                   LinePrinter::ELIDE);
   }
 
   virtual void OnTestPartResult(