| 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 5889eb01a8401a1eef866e51914f12c4bff69b88..acdfc77b99752cab52c4994566ada761c592857a 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTest.java
|
| @@ -123,9 +123,7 @@ public class TypeAnalyzerTest extends TypeAnalyzerTestCase {
|
| }
|
|
|
| EnumSet<Token> equalityOperators = EnumSet.of(Token.EQ,
|
| - Token.NE,
|
| - Token.EQ_STRICT,
|
| - Token.NE_STRICT);
|
| + Token.NE);
|
| for (Token op : equalityOperators) {
|
| String expression;
|
| expression = String.format("untyped %s untyped", op.getSyntax());
|
|
|