diff options
-rwxr-xr-x | lldb/utils/lldb-dotest/lldb-dotest.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/utils/lldb-dotest/lldb-dotest.in b/lldb/utils/lldb-dotest/lldb-dotest.in index 68d31273403..2032e2159d9 100755 --- a/lldb/utils/lldb-dotest/lldb-dotest.in +++ b/lldb/utils/lldb-dotest/lldb-dotest.in @@ -2,7 +2,7 @@ import subprocess import sys -dotest_path = '@LLDB_SOURCE_DIR@/test/dotest.py' +dotest_path = '@LLDB_SOURCE_DIR@/test/API/dotest.py' build_dir = '@LLDB_TEST_BUILD_DIRECTORY@' dotest_args_str = '@LLDB_DOTEST_ARGS@' |