We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5c27e commit ee357dfCopy full SHA for ee357df
unittests/AST/CMakeLists.txt
@@ -9,7 +9,7 @@ add_swift_unittest(SwiftASTTests
9
SourceLocTests.cpp
10
TestContext.cpp
11
TypeMatchTests.cpp
12
- VersionRangeLattice.cpp
+ VersionRangeTests.cpp
13
ImportTests.cpp
14
)
15
unittests/AST/VersionRangeLattice.cpp renamed to unittests/AST/VersionRangeTests.cpp
@@ -1,4 +1,4 @@
1
-#include "swift/AST/AvailabilityScope.h"
+#include "swift/AST/AvailabilityRange.h"
2
#include "gtest/gtest.h"
3
4
using namespace swift;
0 commit comments