Remove -DGTM_USING_XCTEST

It is not longer being used in GTMGoogleTestRunner, so no need to define it.
pull/20262/head
dmaclach 5 years ago committed by GitHub
parent 304f0ee9ba
commit a6bdc7d463
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      third_party/objective_c/google_toolbox_for_mac/BUILD

@ -21,9 +21,6 @@ native.objc_library(
srcs = [
"UnitTesting/GTMGoogleTestRunner.mm",
],
copts = [
"-DGTM_USING_XCTEST",
],
deps = [
"//external:gtest",
],

Loading…
Cancel
Save