aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/BUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/BUILD b/src/BUILD
index 2d17b2e209..b8bca507ee 100644
--- a/src/BUILD
+++ b/src/BUILD
@@ -472,8 +472,6 @@ test_suite(
"//src/test/shell/bazel:bazel_bootstrap_distfile_test",
"//src/test/shell/bazel:bazel_windows_example_test",
"//src/tools/launcher:all_windows_tests",
- # TODO(laszlocsomor): uncomment the line below after I added the
- # corresponding target to the third_party package on GitHub.
- # "//third_party/def_parser:all_windows_tests",
+ "//third_party/def_parser:all_windows_tests",
],
)