CI,Windows: run //third_party/def_parser tests
Fixes https://github.com/bazelbuild/bazel/issues/3742
Change-Id: Ibfa1909e387e9734040b00523cc9388a386e0bf4
PiperOrigin-RevId: 169538023
diff --git a/src/BUILD b/src/BUILD
index 2d17b2e..b8bca50 100644
--- a/src/BUILD
+++ b/src/BUILD
@@ -472,8 +472,6 @@
"//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",
],
)