Update WORKSPACE to make bazel work again

This commit is contained in:
Gennadiy Civil 2019-01-25 11:54:00 -05:00 committed by Hugo Lindström
parent aea0d17e85
commit 987e7f346a

View File

@ -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",