diff --git a/tests/fsharpqa/Source/Conformance/ObjectOrientedTypeDefinitions/TypeKindInference/infer_struct001e.fs b/tests/fsharpqa/Source/Conformance/ObjectOrientedTypeDefinitions/TypeKindInference/infer_struct001e.fs index 543043de83f..fb1aba00921 100644 --- a/tests/fsharpqa/Source/Conformance/ObjectOrientedTypeDefinitions/TypeKindInference/infer_struct001e.fs +++ b/tests/fsharpqa/Source/Conformance/ObjectOrientedTypeDefinitions/TypeKindInference/infer_struct001e.fs @@ -4,11 +4,11 @@ //kind.*does not match //kind.*does not match -//infer_interface001e.fs(16,6): error FS0191: The kind of the type specified by its attributes does not match the kind impl -//ied by its definition. +//infer_interface001e.fs(16,6): error FS0191: The kind of the type specified by +//its attributes does not match the kind implied by its definition. // -//infer_interface001e.fs(22,6): error FS0191: The kind of the type specified by its attributes does not match the kind imp -//lied by its definition. +//infer_interface001e.fs(22,6): error FS0191: The kind of the type specified by +//its attributes does not match the kind implied by its definition. module TypeInference diff --git a/tests/fsharpqa/Source/Conformance/ObjectOrientedTypeDefinitions/TypeKindInference/infer_struct002e.fs b/tests/fsharpqa/Source/Conformance/ObjectOrientedTypeDefinitions/TypeKindInference/infer_struct002e.fs index 49e662bfb16..10fc350f9f4 100644 --- a/tests/fsharpqa/Source/Conformance/ObjectOrientedTypeDefinitions/TypeKindInference/infer_struct002e.fs +++ b/tests/fsharpqa/Source/Conformance/ObjectOrientedTypeDefinitions/TypeKindInference/infer_struct002e.fs @@ -5,8 +5,8 @@ //multiple kinds -//infer_struct002e.fs(13,6): error FS0191: The kind of the type specified by its attributes does not match the kind implie -//d by its definition. +//infer_struct002e.fs(13,6): error FS0191: The kind of the type specified by +//its attributes does not match the kind implied by its definition. // //infer_struct002e.fs(20,6): error FS0191: The attributes of this type specify multiple kinds for the type.