fixing comment

This commit is contained in:
Tully Foote 2015-12-18 01:52:35 -08:00
parent fac550cc82
commit 8af64b95e5

View file

@ -19,7 +19,7 @@
#include "rclcpp/rate.hpp" #include "rclcpp/rate.hpp"
/* /*
Tests that funcion_traits calculates arity of several functors. Basic tests for the Rate and WallRate clases.
*/ */
TEST(TestRate, rate_basics) { TEST(TestRate, rate_basics) {
auto period = std::chrono::milliseconds(100); auto period = std::chrono::milliseconds(100);