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
@@ -3,7 +3,7 @@ VARIABLES T
SUBTYPE Consumer<A> Consumer<T>
type parameter bounds:
T <: A(SPECIAL)
T <: A
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false
@@ -3,7 +3,7 @@ VARIABLES T
SUBTYPE My<T> My<A>
type parameter bounds:
T := A(SPECIAL)
T := A
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false
@@ -3,7 +3,7 @@ VARIABLES T
SUBTYPE Producer<A> Producer<T>
type parameter bounds:
T >: A(SPECIAL)
T >: A
status:
-hasCannotCaptureTypesError: false
-hasConflictingConstraints: false