diff options
author | Yang Gao <yangg@google.com> | 2015-02-13 09:51:18 -0800 |
---|---|---|
committer | Yang Gao <yangg@google.com> | 2015-02-13 09:51:18 -0800 |
commit | c061a2fcef04572fadeb106a4dd0e0f05ac567f1 (patch) | |
tree | 6c24ab44e4f29c73d41dbc5bbcad614412bbc82e /tools | |
parent | 510a69383bad7709ab3aca5175e231408bc3f638 (diff) | |
parent | 842325110d6730ca0cc4eb584ac820876528dd44 (diff) |
Merge pull request #509 from chen-wang/master
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", |