Don't render constraint positions in tests

for constraint system, it's always SPECIAL anyway
This commit is contained in:
Svetlana Isakova
2015-05-09 11:37:30 +02:00
parent f7dc59e2d6
commit 918087f475
21 changed files with 30 additions and 27 deletions
@@ -4,7 +4,7 @@ SUBTYPE T B
SUPERTYPE T A
type parameter bounds:
T <: B(SPECIAL), >: A(SPECIAL)
T <: B, >: A
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: true
@@ -4,7 +4,7 @@ SUBTYPE T A
SUBTYPE T B
type parameter bounds:
T <: A(SPECIAL), <: B(SPECIAL)
T <: A, <: B
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false
@@ -4,7 +4,7 @@ SUBTYPE T A
SUPERTYPE T C
type parameter bounds:
T <: A(SPECIAL), >: C(SPECIAL)
T <: A, >: C
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false
@@ -5,7 +5,7 @@ SUPERTYPE T B
SUPERTYPE T C
type parameter bounds:
T <: A(SPECIAL), >: B(SPECIAL), >: C(SPECIAL)
T <: A, >: B, >: C
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false