Index: compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java |
diff --git a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java |
index 12e268bde6d8ed1d3cbed8ee7055defa1ed10df9..5521c5012bd7cb3f9cd8f64dd83982f657d77a34 100644 |
--- a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java |
+++ b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java |
@@ -1389,5 +1389,5 @@ public class TypeAnalyzerTest extends TypeAnalyzerTestCase { |
TypeErrorCode.PLUS_CANNOT_BE_USED_FOR_STRING_CONCAT); |
analyzeFail("var c = 'foo' + 'bar';", |
TypeErrorCode.PLUS_CANNOT_BE_USED_FOR_STRING_CONCAT); |
- } |
+ } |
} |