Add type inference tests by specification to remote run tests

This commit is contained in:
victor.petukhov
2019-02-28 11:25:47 +03:00
parent c618ef9304
commit b7a5d73bf0
+1
View File
@@ -30,6 +30,7 @@ val remoteRunTests by task<Test> {
"checkers.DiagnosticsTestSpecGenerated\$NotLinked\$Contracts*",
"checkers.DiagnosticsTestSpecGenerated\$NotLinked\$Annotations*",
"checkers.DiagnosticsTestSpecGenerated\$NotLinked\$Local_variables\$Type_parameters*",
"checkers.DiagnosticsTestSpecGenerated\$Linked\$Type_inference*",
"codegen.BlackBoxCodegenTestSpecGenerated\$NotLinked\$Annotations\$Type_annotations*",
"codegen.BlackBoxCodegenTestSpecGenerated\$NotLinked\$Objects\$Inheritance*"
)