summaryrefslogtreecommitdiff
path: root/Rx/v2/test
diff options
context:
space:
mode:
authorGrigoriy Chudnov <g.chudnov@gmail.com>2017-01-25 00:41:16 +0300
committerKirk Shoop <kirk.shoop@microsoft.com>2017-01-24 16:22:31 -0800
commit40432165a831a8e7f23197a5559916676747610d (patch)
treefa371b09fd072b43a9f87a5fb56a10b57ba3d00f /Rx/v2/test
parent6f4ca1198079ed2a439f53865d494729b975bbb7 (diff)
downloadRxCpp-40432165a831a8e7f23197a5559916676747610d.tar.gz
decouple replay from observable
Diffstat (limited to 'Rx/v2/test')
-rw-r--r--Rx/v2/test/operators/replay.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rx/v2/test/operators/replay.cpp b/Rx/v2/test/operators/replay.cpp
index a694854..62ab372 100644
--- a/Rx/v2/test/operators/replay.cpp
+++ b/Rx/v2/test/operators/replay.cpp
@@ -1,4 +1,5 @@
#include "../test.h"
+#include <rxcpp/operators/rx-replay.hpp>
SCENARIO("replay basic", "[replay][multicast][subject][operators]"){
GIVEN("a test hot observable of ints"){