Sign in
bazel
/
bazel
/
1d7108814e9f1fd68dbbb92325779b4d5e4d0a91
/
.
/
tools
/
objc
/
memleaks_plugin_stub
blob: 9e6a18f5db925e175b8b70ddc49125748f2fbb37 [
file
] [
log
] [
blame
]
#!/bin/bash
(
printf
'Bazel does not yet support memleaks detection for ios_tests.\n'
)
>&
2
exit
1