Skip to content

Commit ee357df

Browse files
committed
unittests: VersionRange tests gardening.
Fix test naming and make includes more specific. NFC.
1 parent 8d5c27e commit ee357df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

unittests/AST/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ add_swift_unittest(SwiftASTTests
99
SourceLocTests.cpp
1010
TestContext.cpp
1111
TypeMatchTests.cpp
12-
VersionRangeLattice.cpp
12+
VersionRangeTests.cpp
1313
ImportTests.cpp
1414
)
1515

unittests/AST/VersionRangeLattice.cpp renamed to unittests/AST/VersionRangeTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "swift/AST/AvailabilityScope.h"
1+
#include "swift/AST/AvailabilityRange.h"
22
#include "gtest/gtest.h"
33

44
using namespace swift;

0 commit comments

Comments
 (0)