Skip to content

Commit

Permalink
fix dep error in pir/cinn (#58248)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanxianghit authored Oct 20, 2023
1 parent 97fe6d3 commit df01977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cpp/pir/cinn/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if(WITH_TESTING AND WITH_CINN)
set_tests_properties(test_group_op PROPERTIES LABELS "RUN_TYPE=CINN")

paddle_test(test_pir_build_cinn_pass SRCS build_cinn_pass_test.cc DEPS
pd_build_cinn_pass)
pd_build_cinn_pass pir_pass)
set_tests_properties(test_pir_build_cinn_pass PROPERTIES LABELS
"RUN_TYPE=CINN")
endif()

0 comments on commit df01977

Please sign in to comment.