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 = [ srcs = [
"UnitTesting/GTMGoogleTestRunner.mm", "UnitTesting/GTMGoogleTestRunner.mm",
], ],
copts = [
"-DGTM_USING_XCTEST",
],
deps = [ deps = [
"//external:gtest", "//external:gtest",
], ],

Loading…
Cancel
Save