Skip to content

Commit f4e57aa

Browse files
Meinersburaadeshps-mcw
authored andcommitted
[OpenMP][omptest] Fix missing source extention
The file extention was accidentally omitted from llvm#164794.
1 parent 4c578b4 commit f4e57aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/tools/omptest/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set(UNITTEST_SOURCES
99
unittests/asserter-seq-test.cpp
1010
unittests/internal-event-eq-test.cpp
1111
unittests/internal-event-tostring-test.cpp
12-
unittests/internal-util-test
12+
unittests/internal-util-test.cpp
1313
unittests/main-test.cpp
1414
)
1515
add_executable(omptest-unittests ${UNITTEST_SOURCES})

0 commit comments

Comments
 (0)