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:
parent
504261014a
commit
d9b984aee9
|
|
@ -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"))
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue