diff options
Diffstat (limited to 'host/tests/devtest/gpio_test.py')
-rwxr-xr-x | host/tests/devtest/gpio_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/tests/devtest/gpio_test.py b/host/tests/devtest/gpio_test.py index d764a8d96..6ea4413f4 100755 --- a/host/tests/devtest/gpio_test.py +++ b/host/tests/devtest/gpio_test.py @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # -""" Test for test_pps_input. """ +""" Test for gpio. """ import re from uhd_test_base import uhd_example_test_case |