mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 17:01:00 +08:00
Add a comment explaining the eCommandRequiresTarget test
llvm.org/pr23686 llvm-svn: 238438
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user