commit | 45821964e52868290d0cb0316b5b659167026b90 | [log] [tgz] |
---|---|---|
author | Chris Parsons <cparsons@google.com> | Mon Feb 11 15:18:13 2019 -0500 |
committer | Chris Parsons <cparsons@google.com> | Mon Feb 11 15:18:13 2019 -0500 |
tree | 235b11a4fb66581eb53fc92b52ac00b518e3dc88 | |
parent | 2fbb95742c762df498ead5d0fa5622efc894bea8 [diff] |
ran buildifier on unittest_tests.bzl
diff --git a/tests/unittest_tests.bzl b/tests/unittest_tests.bzl index bfc453f..af0e919 100644 --- a/tests/unittest_tests.bzl +++ b/tests/unittest_tests.bzl
@@ -10,7 +10,6 @@ basic_passing_test = unittest.make(_basic_passing_test) - def _basic_failing_test(ctx): """Unit tests for a basic library verification test that fails.""" env = unittest.begin(ctx)