aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/cpp/BUILD
diff options
context:
space:
mode:
authorGravatar Klaus Aehlig <aehlig@google.com>2016-11-11 14:42:40 +0000
committerGravatar Klaus Aehlig <aehlig@google.com>2016-11-11 14:50:53 +0000
commit0035ed8e52834a5916b6dbaf6da498ffe77123dc (patch)
treed097bc9c624a4ff13704279222cfe03649f15025 /src/test/cpp/BUILD
parent34c3dc81c73dce7eaf6d71cfad07997ac1dfce69 (diff)
Really mark //src/main/cpp/util:file_platform_test as manual
...as opposed to //src/test/cpp:blaze_util_test which works fine. -- Change-Id: I1e629e6f8eda47cd7eac11511d54ee23f7122848 Reviewed-on: https://bazel-review.googlesource.com/#/c/7335 MOS_MIGRATED_REVID=138871238
Diffstat (limited to 'src/test/cpp/BUILD')
-rw-r--r--src/test/cpp/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/cpp/BUILD b/src/test/cpp/BUILD
index b4dbafbd83..acc5461aaf 100644
--- a/src/test/cpp/BUILD
+++ b/src/test/cpp/BUILD
@@ -11,7 +11,6 @@ filegroup(
cc_test(
name = "blaze_util_test",
srcs = ["blaze_util_test.cc"],
- tags = ["manual"],
deps = [
"//src/main/cpp:blaze_util",
"//src/main/cpp/util",