diff options
Diffstat (limited to 'lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py')
| -rw-r--r-- | lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py b/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py index 35e96fb584ed..6180203c4bb3 100644 --- a/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py +++ b/lldb/test/API/functionalities/module_cache/simple_exe/TestModuleCacheSimple.py @@ -26,7 +26,8 @@ class ModuleCacheTestcaseSimple(TestBase): def get_module_cache_files(self, basename): - module_file_glob = os.path.join(self.cache_dir, "llvmcache-*%s*" % (basename)) + module_file_glob = os.path.join(self.cache_dir, + "llvmcache-*%s*-symtab-*" % (basename)) return glob.glob(module_file_glob) # Doesn't depend on any specific debug information. |
