Skip to content

Commit 4bba737

Browse files
committed
Fix duplicated test class name.
1 parent b6bf9da commit 4bba737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/backends/stdpar/IntelLLVM/stdpar_csvm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ TYPED_TEST(intel_llvm_stdparCSVMConstructor, construct_target_and_parameter) {
8787
#endif
8888
}
8989

90-
TYPED_TEST(intel_llvm_stdparCSVMConstructor, construct_target_and_named_args) {
90+
TYPED_TEST(intel_llvm_stdparCSVMConstructor, construct_named_args) {
9191
using csvm_type = typename TestFixture::fixture_csvm_type;
9292

9393
// every target is allowed for the stdpar backend using Intel LLVM as implementation

0 commit comments

Comments
 (0)