diff options
Diffstat (limited to 'host/tests/devtest/gpio_test.py')
-rwxr-xr-x | host/tests/devtest/gpio_test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/tests/devtest/gpio_test.py b/host/tests/devtest/gpio_test.py index 4681d69ce..31a6d5e1d 100755 --- a/host/tests/devtest/gpio_test.py +++ b/host/tests/devtest/gpio_test.py @@ -37,4 +37,3 @@ class gpio_test(uhd_example_test_case): print(app.stderr) self.report_example_results(test_name, run_results) return run_results - |