From b7a5d73bf0cdc26da2151336eb984524e4d69cd5 Mon Sep 17 00:00:00 2001 From: "victor.petukhov" Date: Thu, 28 Feb 2019 11:25:47 +0300 Subject: [PATCH] Add type inference tests by specification to remote run tests --- compiler/tests-spec/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/tests-spec/build.gradle.kts b/compiler/tests-spec/build.gradle.kts index 707d1d6f8c9..770b0984d25 100644 --- a/compiler/tests-spec/build.gradle.kts +++ b/compiler/tests-spec/build.gradle.kts @@ -30,6 +30,7 @@ val remoteRunTests by task { "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*" )