| Index: compiler/javatests/com/google/dart/compiler/backend/js/SnippetTestCase.java
|
| diff --git a/compiler/javatests/com/google/dart/compiler/backend/js/SnippetTestCase.java b/compiler/javatests/com/google/dart/compiler/backend/js/SnippetTestCase.java
|
| index d15f7c6c0f44d27b2f5b9140c5100b47c3676179..a1e819bcd580f92880c1b426a19c6fc579e34164 100644
|
| --- a/compiler/javatests/com/google/dart/compiler/backend/js/SnippetTestCase.java
|
| +++ b/compiler/javatests/com/google/dart/compiler/backend/js/SnippetTestCase.java
|
| @@ -24,7 +24,7 @@ import java.util.List;
|
| /**
|
| * Tests for binary expression optimizations.
|
| */
|
| -public class SnippetTestCase extends CompilerTestCase {
|
| +public abstract class SnippetTestCase extends CompilerTestCase {
|
|
|
| private static final String MARKER = "_marker_";
|
|
|
|
|