renamed unit-constructor3.cpp to unit-udt.cpp
This commit is contained in:
parent
33abccf847
commit
837b81d672
2 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,6 @@ add_executable(${JSON_UNITTEST_TARGET_NAME}
|
|||
"src/unit-concepts.cpp"
|
||||
"src/unit-constructor1.cpp"
|
||||
"src/unit-constructor2.cpp"
|
||||
"src/unit-constructor3.cpp"
|
||||
"src/unit-convenience.cpp"
|
||||
"src/unit-conversions.cpp"
|
||||
"src/unit-deserialization.cpp"
|
||||
|
@ -36,6 +35,7 @@ add_executable(${JSON_UNITTEST_TARGET_NAME}
|
|||
"src/unit-regression.cpp"
|
||||
"src/unit-serialization.cpp"
|
||||
"src/unit-testsuites.cpp"
|
||||
"src/unit-udt.cpp"
|
||||
"src/unit-unicode.cpp"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue