summaryrefslogtreecommitdiff
path: root/Rx/v2/test/operators/skip.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/skip.cpp
parentdc5c5c11919ec830228da93ff971d935e1728ce6 (diff)
downloadRxCpp-53450287a42ce4f63af07032c4eed01e85db0206.tar.gz
small ci changes
Diffstat (limited to 'Rx/v2/test/operators/skip.cpp')
-rw-r--r--Rx/v2/test/operators/skip.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/Rx/v2/test/operators/skip.cpp b/Rx/v2/test/operators/skip.cpp
index 2596e74..32ac5de 100644
--- a/Rx/v2/test/operators/skip.cpp
+++ b/Rx/v2/test/operators/skip.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("skip, complete after", "[skip][operators]"){
GIVEN("a source"){