Skip to content

Commit b5f339f

Browse files
committed
Rename .t.cpp to .test.cpp
Beman tidying
1 parent 94d20f8 commit b5f339f

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

tests/beman/optional/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
target_sources(
77
beman_optional_test
88
PRIVATE
9-
optional.t.cpp
10-
optional_constexpr.t.cpp
11-
optional_monadic.t.cpp
12-
optional_range_support.t.cpp
13-
optional_ref.t.cpp
14-
optional_ref_monadic.t.cpp
9+
optional.test.cpp
10+
optional_constexpr.test.cpp
11+
optional_monadic.test.cpp
12+
optional_range_support.test.cpp
13+
optional_ref.test.cpp
14+
optional_ref_monadic.test.cpp
1515
)
1616

1717
target_sources(
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)