forked from OSchip/llvm-project
Un xfail TestSettings.test_run_args_and_env_vars_with_dwarf
llvm-svn: 258587
This commit is contained in:
parent
1da094a5ec
commit
9bd1c596dd
|
@ -208,7 +208,6 @@ class SettingsCommandTestCase(TestBase):
|
|||
self.expect("disassemble -n numberfn",
|
||||
substrs = ["5ah"])
|
||||
|
||||
@expectedFailureWindows("llvm.org/pr24579")
|
||||
def test_run_args_and_env_vars(self):
|
||||
"""Test that run-args and env-vars are passed to the launched process."""
|
||||
self.build()
|
||||
|
|
Loading…
Reference in New Issue