Index: chrome/browser/printing/print_job_unittest.cc |
=================================================================== |
--- chrome/browser/printing/print_job_unittest.cc (revision 75786) |
+++ chrome/browser/printing/print_job_unittest.cc (working copy) |
@@ -85,13 +85,7 @@ |
} // namespace |
-// Crashes, Bug 55181. |
-#if defined(OS_WIN) |
-#define MAYBE_SimplePrint DISABLED_SimplePrint |
-#else |
-#define MAYBE_SimplePrint SimplePrint |
-#endif |
-TEST(PrintJobTest, MAYBE_SimplePrint) { |
+TEST(PrintJobTest, SimplePrint) { |
// Test the multi-threaded nature of PrintJob to make sure we can use it with |
// known lifetime. |