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

Unified Diff: compiler/javatests/com/google/dart/compiler/CompilerTestCase.java

Issue 8506019: Convert top level factory into method, issue 345 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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/CompilerTestCase.java
diff --git a/compiler/javatests/com/google/dart/compiler/CompilerTestCase.java b/compiler/javatests/com/google/dart/compiler/CompilerTestCase.java
index 7fd05b80f5bdaf5cde5d15fb4a9fe2079e0bd6f5..55801c4c238cd7af3dc8bd34fedb3a3f7452ed91 100644
--- a/compiler/javatests/com/google/dart/compiler/CompilerTestCase.java
+++ b/compiler/javatests/com/google/dart/compiler/CompilerTestCase.java
@@ -98,6 +98,10 @@ public abstract class CompilerTestCase extends TestCase {
}
}
+ public List<DartCompilationError> getCompilationErrors() {
+ return compilationErrors;
+ }
+
/**
* @param lib
*/

Powered by Google App Engine
This is Rietveld 408576698