aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/objc/memleaks_plugin_stub
blob: 9e6a18f5db925e175b8b70ddc49125748f2fbb37 (plain)
1
2
3
4
5
6
7
#!/bin/bash

(
  printf 'Bazel does not yet support memleaks detection for ios_tests.\n'
) >&2

exit 1