SINGA-79 Fix bug in singatool that can not parse -conf flag Fix a bug from the src/test/test_msg.cc due to the change of the folder name (communication to comm).
Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/71d10fbe Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/71d10fbe Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/71d10fbe Branch: refs/heads/master Commit: 71d10fbe5f3e991543c71ef9f8e09a5ae791d8c8 Parents: 5900111 Author: Wei Wang <[email protected]> Authored: Sat Oct 3 14:33:52 2015 +0800 Committer: Wei Wang <[email protected]> Committed: Sat Oct 3 14:33:52 2015 +0800 ---------------------------------------------------------------------- src/test/test_msg.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/71d10fbe/src/test/test_msg.cc ---------------------------------------------------------------------- diff --git a/src/test/test_msg.cc b/src/test/test_msg.cc index e8b2801..d258247 100644 --- a/src/test/test_msg.cc +++ b/src/test/test_msg.cc @@ -7,9 +7,9 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at -* +* * http://www.apache.org/licenses/LICENSE-2.0 -* +* * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -20,7 +20,7 @@ *************************************************************/ #include "gtest/gtest.h" -#include "communication/msg.h" +#include "comm/msg.h" using namespace singa; TEST(MsgTest, AddrTest) { int src_grp = 1, src_worker = 2;
