[python] Mark get_test_binary as not being a test
authorAnders Waldenborg <anders@0x63.nu>
Wed, 21 Mar 2012 08:18:19 +0000 (08:18 +0000)
committerAnders Waldenborg <anders@0x63.nu>
Wed, 21 Mar 2012 08:18:19 +0000 (08:18 +0000)
commit359595413071ff706b484a875a23a4a7d1508f50
treed030dd768fe1cb34dbd594c7547125873f0208db
parent9146e66cc179771c06e1c1aeea891cec7ad46db3
[python] Mark get_test_binary as not being a test

get_test_binary is a helper method, not a test, make sure nosetests
doesn't pick it up as a test.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153173 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/python/llvm/tests/base.py