Commit 044306c1 authored by Dominik Charousset's avatar Dominik Charousset

Fix list of expected types in uniform type test

parent 32769391
...@@ -185,6 +185,7 @@ CAF_TEST(test_uniform_type) { ...@@ -185,6 +185,7 @@ CAF_TEST(test_uniform_type) {
{"@<>", 0}, {"@<>", 0},
{"@<>+@atom", 0}, {"@<>+@atom", 0},
{"@<>+@atom+@str", 0}, {"@<>+@atom+@str", 0},
{"@<>+@atom+@str+@message", 0},
{"@unit", tnr<unit_t>()}, {"@unit", tnr<unit_t>()},
{"@actor", tnr<actor>()}, {"@actor", tnr<actor>()},
{"@actorvec", tnr<std::vector<actor>>()}, {"@actorvec", tnr<std::vector<actor>>()},
......
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