Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(624)

Unified Diff: compiler/javatests/com/google/dart/compiler/backend/js/SnippetTestCase.java

Issue 8817020: Fixes for JUnit tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_";

Powered by Google App Engine
This is Rietveld 408576698