Index: net/quic/test_tools/quic_test_utils.h |
diff --git a/net/quic/test_tools/quic_test_utils.h b/net/quic/test_tools/quic_test_utils.h |
index 32f4eb9fbbca105c5aa342de15db61dce8e20946..3eaf9f09e5cd291c0d06f144d29486cf42c70c54 100644 |
--- a/net/quic/test_tools/quic_test_utils.h |
+++ b/net/quic/test_tools/quic_test_utils.h |
@@ -39,6 +39,12 @@ |
using base::StringPiece; |
+// EXPECT_QUIC_BUG is like EXPECT_DFATAL, except it ensures that no DFATAL |
+// logging is skipped due to exponential backoff. |
+// |
+// For external QUIC, EXPECT_QUIC_BUG should be #defined to EXPECT_DFATAL. |
+#define EXPECT_QUIC_BUG EXPECT_DFATAL |
+ |
namespace net { |
namespace test { |