Add a comment explaining the eCommandRequiresTarget test

llvm.org/pr23686

llvm-svn: 238438
This commit is contained in:
Ed Maste
2015-05-28 16:06:48 +00:00
parent 8e45371307
commit 39db0f6213

View File

@@ -25,6 +25,8 @@ class CmdPythonTestCase(TestBase):
def pycmd_tests (self):
self.runCmd("command source py_import")
# Verify command that specifies eCommandRequiresTarget returns failure
# without a target.
self.expect('targetname',
substrs = ['a.out'], matching=False, error=True)