Skip to content

Commit 8f935fb

Browse files
committed
Finish the renaming
1 parent cb7c0f8 commit 8f935fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/unittests/Frontend/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ add_llvm_unittest(LLVMFrontendTests
1414
OpenMPContextTest.cpp
1515
OpenMPIRBuilderTest.cpp
1616
OpenMPParsingTest.cpp
17-
OpenMPComposeTest.cpp
17+
OpenMPCompositionTest.cpp
1818

1919
DEPENDS
2020
acc_gen

llvm/unittests/Frontend/OpenMPCompositionTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- llvm/unittests/Frontend/OpenMPComposeTest.cpp ----------------------===//
1+
//===- llvm/unittests/Frontend/OpenMPCompositionTest.cpp ------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)