diff options
Diffstat (limited to 'test/interop/topics.c')
| -rw-r--r-- | test/interop/topics.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/interop/topics.c b/test/interop/topics.c index 3c75e92..dcab1d6 100644 --- a/test/interop/topics.c +++ b/test/interop/topics.c @@ -7,3 +7,8 @@ const char *wildtopics[] = { "TopicA/+", "+/C", "#", "/#", "/+", "+/+", "TopicA/#" }; + +const char *nosubscribe_topics[] = +{ + "test/nosubscribe" +}; |
