From ae086d883fb428c87993062f4933bd9676bd67cf Mon Sep 17 00:00:00 2001 From: Svetlana Isakova Date: Tue, 27 Aug 2013 18:02:36 +0400 Subject: [PATCH] fixed test after changed type inference error message changed order or 'found' and 'required' types --- .../diagnosticMessage/numberValueTypes1.html | 16 ++++++++-------- .../diagnosticMessage/numberValueTypes2.html | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/idea/testData/diagnosticMessage/numberValueTypes1.html b/idea/testData/diagnosticMessage/numberValueTypes1.html index ac6dc6274a2..5b15bb37944 100644 --- a/idea/testData/diagnosticMessage/numberValueTypes1.html +++ b/idea/testData/diagnosticMessage/numberValueTypes1.html @@ -3,6 +3,14 @@ Type inference failed. Expected type mismatch: + + + + - - - -
+required: + +jet.Int +
found: @@ -11,13 +19,5 @@ jet.Long
-required: - -jet.Int -
\ No newline at end of file diff --git a/idea/testData/diagnosticMessage/numberValueTypes2.html b/idea/testData/diagnosticMessage/numberValueTypes2.html index 4600bc9146e..bfe26fe7ddc 100644 --- a/idea/testData/diagnosticMessage/numberValueTypes2.html +++ b/idea/testData/diagnosticMessage/numberValueTypes2.html @@ -3,6 +3,14 @@ Type inference failed. Expected type mismatch: + + + + - - - -
+required: + +jet.Byte +
found: @@ -11,13 +19,5 @@ jet.Int
-required: - -jet.Byte -
\ No newline at end of file