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

Unified Diff: compiler/javatests/com/google/dart/compiler/backend/js/ExprOptTest.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/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

Powered by Google App Engine
This is Rietveld 408576698