aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorc-parsons <cparsons@google.com>2019-05-08 10:34:47 -0400
committerLaurent Le Brun <laurentlb@gmail.com>2019-05-08 16:34:47 +0200
commit67ecd632735a45267da051003d7eaf8d8ca1b998 (patch)
tree1eb8de419f13af09717493a43c74859171bb51a3 /tests
parent84a12d1084bd156b4c0ed3f313299d2afdb5fe43 (diff)
downloadbazel-skylib-67ecd632735a45267da051003d7eaf8d8ca1b998.tar.gz
Minor formatting changes plus doc updates (#147)
Diffstat (limited to 'tests')
-rwxr-xr-xtests/analysis_test_test.sh2
-rwxr-xr-xtests/unittest_test.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/analysis_test_test.sh b/tests/analysis_test_test.sh
index 5dc52b8..db9bbac 100755
--- a/tests/analysis_test_test.sh
+++ b/tests/analysis_test_test.sh
@@ -15,7 +15,7 @@
# limitations under the License.
#
# End to end tests for analysis_test.bzl.
-#
+#
# End to end tests of analysis_test.bzl cover verification that
# analysis_test tests fail when their underlying test targets fail analysis.
diff --git a/tests/unittest_test.sh b/tests/unittest_test.sh
index 5b9d43f..22239b5 100755
--- a/tests/unittest_test.sh
+++ b/tests/unittest_test.sh
@@ -15,7 +15,7 @@
# limitations under the License.
#
# End to end tests for unittest.bzl.
-#
+#
# Specifically, end to end tests of unittest.bzl cover verification that
# analysis-phase tests written with unittest.bzl appropriately
# cause test failures in cases where violated assertions are made.