summaryrefslogtreecommitdiffstats
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-12-03 14:18:47 -0500
committerGitHub <noreply@github.com>2018-12-03 14:18:47 -0500
commit214521a1486dd8a4c2692534bdad60401ba3593e (patch)
tree8025ed6e2397e73cd705e6ea3867ada8f255546b /WORKSPACE
parenta28a71ae41fab32b2c3223f1268fd3b0d6561ba5 (diff)
downloadgoogletest-214521a1486dd8a4c2692534bdad60401ba3593e.tar.gz
googletest-214521a1486dd8a4c2692534bdad60401ba3593e.zip
Update WORKSPACE
Need this for bazel change
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE2
1 files changed, 2 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 1d5d3886..b69578bc 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",
OpenPOWER on IntegriCloud