Commit ee3bd69c authored by Dominik Charousset's avatar Dominik Charousset Committed by Dominik Charousset

Rename { => native_}streaming_classes

parent 1700bcf8
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
// We mock just enough of an actor to use the streaming classes and put them to // We mock just enough of an actor to use the streaming classes and put them to
// work in a pipeline with 2 or 3 stages. // work in a pipeline with 2 or 3 stages.
#define CAF_SUITE streaming_classes #define CAF_SUITE native_streaming_classes
#include <memory> #include <memory>
#include <numeric> #include <numeric>
...@@ -689,7 +689,7 @@ vector<int> make_iota(int first, int last) { ...@@ -689,7 +689,7 @@ vector<int> make_iota(int first, int last) {
// -- unit tests --------------------------------------------------------------- // -- unit tests ---------------------------------------------------------------
CAF_TEST_FIXTURE_SCOPE(queue_multiplexing_tests, fixture) CAF_TEST_FIXTURE_SCOPE(native_streaming_classes_tests, fixture)
CAF_TEST(depth_2_pipeline_single_round) { CAF_TEST(depth_2_pipeline_single_round) {
alice.start_streaming(bob, 30); alice.start_streaming(bob, 30);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment