Skip to content

Commit f0a2a0a

Browse files
committed
reduce ut time again
1 parent c986244 commit f0a2a0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/paddle/fluid/tests/unittests/test_ir_pass_pipeline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
# limitations under the License.
1414

1515
import unittest
16-
from test_pipeline import TestPipeline
16+
import test_pipeline
1717

1818

19-
class TestPipelineWithIRPass(TestPipeline):
19+
class TestPipelineWithIRPass(test_pipeline.TestPipeline):
2020
def need_envs(self):
2121
return {'FLAGS_apply_pass_to_program': '1'}
2222

0 commit comments

Comments
 (0)