Commit 62ab25fc authored by Paul's avatar Paul
Browse files

Formatting

parent 2c9f9c48
......@@ -648,7 +648,9 @@ TEST_CASE(inner_split1)
EXPECT(t.get_stream(output) == 0);
EXPECT(get_wait_for(output) ==
get_wait_for(t.get_stream(output), {t.get_stream(c1.back()), t.get_stream(i1), t.get_stream(s1), t.get_stream(s2)}));
get_wait_for(
t.get_stream(output),
{t.get_stream(c1.back()), t.get_stream(i1), t.get_stream(s1), t.get_stream(s2)}));
check_conflicts(p, {c1, {i1}, {s1}, {s2}});
}
......@@ -670,8 +672,11 @@ TEST_CASE(inner_split2)
EXPECT(t.get_stream(s1.back()) != t.get_stream(s2.back()));
EXPECT(t.get_stream(output) == 0);
EXPECT(get_wait_for(output) ==
get_wait_for(t.get_stream(output), {t.get_stream(c1.back()), t.get_stream(i1), t.get_stream(s1.back()), t.get_stream(s2.back())}));
EXPECT(get_wait_for(output) == get_wait_for(t.get_stream(output),
{t.get_stream(c1.back()),
t.get_stream(i1),
t.get_stream(s1.back()),
t.get_stream(s2.back())}));
check_conflicts(p, {c1, {i1}, s1, s2});
}
......
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