Skip to content

Commit

Permalink
[SYCL][Fusion][NFC] Fix lit test suite comment message (#13274)
Browse files Browse the repository at this point in the history
Old message: "Running LLVM lit test suite"

New message: "Running SYCL Fusion lit tests"
  • Loading branch information
bader committed Apr 4, 2024
1 parent fe44bad commit 75afc83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl-fusion/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ configure_lit_site_cfg(
)

# Add a target to invoke tests via Ninja/make.
add_lit_testsuite(check-sycl-fusion-lit-tests "Running LLVM lit test suite"
add_lit_testsuite(check-sycl-fusion-lit-tests "Running SYCL Fusion lit tests"
"${CMAKE_CURRENT_BINARY_DIR}"

DEPENDS
Expand Down

0 comments on commit 75afc83

Please sign in to comment.