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.
This commit is contained in:
Grigorii Kirgizov 2020-07-20 18:12:30 +03:00
parent 504261014a
commit d9b984aee9
1 changed files with 1 additions and 1 deletions

View File

@ -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"))
)