summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2019-01-25 16:54:00 (GMT)
committerGitHub <noreply@github.com>2019-01-25 16:54:00 (GMT)
commitbe8475fdf7599cfdd7bd53224bd4d192d1f58766 (patch)
tree6e62b92622416422905cca5aaa290e0c81ee71fb
parent542e057c6c5bf45454b43764b881397b71164d62 (diff)
downloadgoogletest-be8475fdf7599cfdd7bd53224bd4d192d1f58766.zip
googletest-be8475fdf7599cfdd7bd53224bd4d192d1f58766.tar.gz
googletest-be8475fdf7599cfdd7bd53224bd4d192d1f58766.tar.bz2
Update WORKSPACE to make bazel work again
-rw-r--r--WORKSPACE2
1 files changed, 2 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 1d5d388..b69578b 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -1,5 +1,7 @@
workspace(name = "com_google_googletest")
+load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
+
# Abseil
http_archive(
name = "com_google_absl",