summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2019-01-25 16:54:00 (GMT)
committerHugo Lindström <hugo.lindstrom@trimble.se>2019-01-25 20:06:10 (GMT)
commit987e7f346ad39d7dd70aac0f4ed41a3bba85d829 (patch)
tree65308aaa2dbcecc5eee6c8093f8439dbca6b2e96
parentaea0d17e85d4c8884a626348c589de9b91fca865 (diff)
downloadgoogletest-987e7f346ad39d7dd70aac0f4ed41a3bba85d829.zip
googletest-987e7f346ad39d7dd70aac0f4ed41a3bba85d829.tar.gz
googletest-987e7f346ad39d7dd70aac0f4ed41a3bba85d829.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",