aboutsummaryrefslogtreecommitdiff
path: root/test/interop/topics.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/interop/topics.c')
-rw-r--r--test/interop/topics.c5
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"
+};