diff options
| -rwxr-xr-x | lldb/test/dotest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/dotest.py b/lldb/test/dotest.py index c43c337c7b5..ef4e12997f5 100755 --- a/lldb/test/dotest.py +++ b/lldb/test/dotest.py @@ -1229,7 +1229,7 @@ for ia in range(len(archs) if iterArchs else 1): rmtree(newrdir) copytree(rdir, newrdir, ignore=ignore_patterns('*.pyc', '*.o', '*.d')) - # Update the LLDB_TEST environment variable to reflect new top + # Update the LLDB_TEST environment variable to reflect new top # level test directory. # # See also lldbtest.TestBase.setUpClass(cls). |

