We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14860b1 commit da3bd51Copy full SHA for da3bd51
compiler_opt/tools/regalloc_trace/extract_functions_lib_test.py
@@ -33,7 +33,7 @@ def test_get_function_module_map(self):
33
_ = corpus_test_utils.setup_corpus(corpus_dir.full_path)
34
35
function_module_map = extract_functions_lib.get_function_module_map(
36
- corpus_dir, fake_llvm_nm_binary.full_path)
+ corpus_dir.full_path, fake_llvm_nm_binary.full_path)
37
self.assertDictEqual(
38
function_module_map, {
39
"a": os.path.join(corpus_dir.full_path, "module_b.o.bc"),
0 commit comments