diff options
author | Chen wang <chen.wang.github@gmail.com> | 2015-02-12 17:29:18 -0800 |
---|---|---|
committer | Chen wang <chen.wang.github@gmail.com> | 2015-02-12 17:29:18 -0800 |
commit | 842325110d6730ca0cc4eb584ac820876528dd44 (patch) | |
tree | bba8efdd5aeab7aad1c2031246a47720f1c2ddf4 /tools | |
parent | bc91e25c3d39916fe55669cb045554e8f034d1af (diff) |
Rename examples/tips to examples/pubsub
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/tests.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 1debaa6957..546edf8f8a 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -291,11 +291,11 @@ }, { "language": "c++", - "name": "tips_publisher_test" + "name": "pubsub_publisher_test" }, { "language": "c++", - "name": "tips_subscriber_test" + "name": "pubsub_subscriber_test" }, { "language": "c", |