Skip to content

Commit

Permalink
forgot to give unique name to test
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvedhmeshram committed Aug 26, 2024
1 parent 8ec1276 commit 8c8e02c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/e2e/regression/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ if(NOT IREE_ARCH STREQUAL "riscv_64" )
)

iree_check_single_backend_test_suite(
name = "check_regression_llvm-cpu-2",
name = "check_regression_llvm-cpu-3",
srcs = [
"lowering_config.mlir",
],
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/regression/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if(NOT IREE_ARCH STREQUAL "riscv_64" )

iree_check_single_backend_test_suite(
NAME
check_regression_llvm-cpu-2
check_regression_llvm-cpu-3
SRCS
"lowering_config.mlir"
TARGET_BACKEND
Expand Down

0 comments on commit 8c8e02c

Please sign in to comment.