File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler_opt/es/regalloc_trace Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def setUp(self):
68
68
69
69
def test_build_corpus_and_evaluate (self ):
70
70
corpus_dir = self .create_tempdir ("corpus" )
71
- corpus_modules = _setup_corpus (corpus_dir )
71
+ corpus_modules = _setup_corpus (corpus_dir . full_path )
72
72
fake_clang_binary = self .create_tempfile ("fake_clang" )
73
73
fake_clang_invocations = self .create_tempfile ("fake_clang_invocations" )
74
74
_create_test_binary (fake_clang_binary .full_path ,
@@ -117,7 +117,7 @@ def test_build_corpus_and_evaluate(self):
117
117
118
118
def test_compile_corpus_and_evaluate_with_tflite (self ):
119
119
corpus_dir = self .create_tempdir ("corpus" )
120
- corpus_modules = _setup_corpus (corpus_dir )
120
+ corpus_modules = _setup_corpus (corpus_dir . full_path )
121
121
fake_clang_binary = self .create_tempfile ("fake_clang" )
122
122
fake_clang_invocations = self .create_tempfile ("fake_clang_invocations" )
123
123
_create_test_binary (fake_clang_binary .full_path ,
You can’t perform that action at this time.
0 commit comments