| Index: compiler/javatests/com/google/dart/compiler/backend/js/ExprOptTest.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/backend/js/ExprOptTest.java b/compiler/javatests/com/google/dart/compiler/backend/js/ExprOptTest.java
|
| index f8075c78725527a8497eb6db40ebc7242a659768..68f2f8a3f709b09cc8bdd379d86443f6ed86089e 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/backend/js/ExprOptTest.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/backend/js/ExprOptTest.java
|
| @@ -7,7 +7,7 @@ package com.google.dart.compiler.backend.js;
|
| /**
|
| * Tests for binary expression optimizations.
|
| */
|
| -public class ExprOptTest extends SnippetTestCase {
|
| +public abstract class ExprOptTest extends SnippetTestCase {
|
|
|
| private JavascriptBackend jsBackend = new JavascriptBackend() {
|
| @Override
|
|
|