summaryrefslogtreecommitdiff
path: root/Rx/v2/test/operators/pairwise.cpp
diff options
context:
space:
mode:
authorKirk Shoop <kirk.shoop@microsoft.com>2015-07-23 19:57:31 -0700
committerKirk Shoop <kirk.shoop@microsoft.com>2015-07-23 21:31:38 -0700
commit53450287a42ce4f63af07032c4eed01e85db0206 (patch)
treec4f37ae14ef2433b01bbc21f6106f71e7393c001 /Rx/v2/test/operators/pairwise.cpp
parentdc5c5c11919ec830228da93ff971d935e1728ce6 (diff)
downloadRxCpp-53450287a42ce4f63af07032c4eed01e85db0206.tar.gz
small ci changes
Diffstat (limited to 'Rx/v2/test/operators/pairwise.cpp')
-rw-r--r--Rx/v2/test/operators/pairwise.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/Rx/v2/test/operators/pairwise.cpp b/Rx/v2/test/operators/pairwise.cpp
index cb0a888..20da0d8 100644
--- a/Rx/v2/test/operators/pairwise.cpp
+++ b/Rx/v2/test/operators/pairwise.cpp
@@ -1,9 +1,4 @@
-#include "rxcpp/rx.hpp"
-namespace rxu=rxcpp::util;
-namespace rxsc=rxcpp::schedulers;
-
-#include "rxcpp/rx-test.hpp"
-#include "catch.hpp"
+#include "../test.h"
SCENARIO("pairwise", "[pairwise][operators]") {
GIVEN("a cold observable of n ints") {