Skip to content

Commit

Permalink
set compat in swift
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Jan 3, 2021
1 parent c5fbf63 commit 16b6e49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/Swift/Tests/Antlr4Tests/RuntimeMetaDataTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ class RuntimeMetaDataTests: XCTestCase {
doGetMajorMinorVersionTest("4.7.2", "4.7")
doGetMajorMinorVersionTest("4.8", "4.8")
doGetMajorMinorVersionTest("4.9", "4.9")
doGetMajorMinorVersionTest("4.9.1", "4.9.1")
doGetMajorMinorVersionTest("4.9.1", "4.9")
doGetMajorMinorVersionTest("4-SNAPSHOT", "4")
doGetMajorMinorVersionTest("4.-SNAPSHOT", "4.")
doGetMajorMinorVersionTest("4.7-SNAPSHOT", "4.7")
doGetMajorMinorVersionTest("4.7.1-SNAPSHOT", "4.7")
doGetMajorMinorVersionTest("4.7.2-SNAPSHOT", "4.7")
doGetMajorMinorVersionTest("4.9.1-SNAPSHOT", "4.9")
}
}

Expand Down

0 comments on commit 16b6e49

Please sign in to comment.