From d9b984aee91885e30f78020d1779ca2af9b53666 Mon Sep 17 00:00:00 2001 From: Grigorii Kirgizov Date: Mon, 20 Jul 2020 18:12:30 +0300 Subject: [PATCH] minor: modify expectType test according to fix of MPSCR-64 Fix expands notion of principal rules so that failed rules are now principal. It's reflected in this change to test. --- reactor/Test/test/TestIncrementalProgram.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactor/Test/test/TestIncrementalProgram.kt b/reactor/Test/test/TestIncrementalProgram.kt index 1f60523f..1920597f 100644 --- a/reactor/Test/test/TestIncrementalProgram.kt +++ b/reactor/Test/test/TestIncrementalProgram.kt @@ -1542,7 +1542,7 @@ class TestIncrementalProgram { @Test fun expectTypeGenericNonprincipal() { val progSpec = MockIncrProgSpec( - setOf("main", "foo"), + setOf("main", "foo", "expectType_ok", "expectType_default"), setOf(sym0("foo"), sym0("typeOf"), sym0("expectType")) )