This is an automated email from the ASF dual-hosted git repository.

masaori pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit 7b03ca1281046962d086c1b7bd35d4b2f78029e3
Author: Masaori Koshiba <masa...@apache.org>
AuthorDate: Wed Jun 20 15:26:01 2018 +0900

    Fix test_QUICFrameDispatcher
---
 iocore/net/quic/test/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/iocore/net/quic/test/Makefile.am b/iocore/net/quic/test/Makefile.am
index b28e654..b80c094 100644
--- a/iocore/net/quic/test/Makefile.am
+++ b/iocore/net/quic/test/Makefile.am
@@ -180,7 +180,7 @@ test_QUICFrameDispatcher_LDFLAGS = \
   @AM_LDFLAGS@
 
 test_QUICFrameDispatcher_SOURCES = \
-  $(catch_main) \
+  $(catch_event_processor_main) \
   test_QUICFrameDispatcher.cc \
   ../QUICGlobals.cc \
   ../QUICConfig.cc \

Reply via email to