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

Unified Diff: compiler/java/com/google/dart/compiler/SystemLibrariesReader.java

Issue 12328102: Update dartc tests and services_test plugins to run from the buildbot_test plugin. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 10 months 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
« no previous file with comments | « no previous file | compiler/java/com/google/dart/compiler/resolver/ElementMap.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: compiler/java/com/google/dart/compiler/SystemLibrariesReader.java
===================================================================
--- compiler/java/com/google/dart/compiler/SystemLibrariesReader.java (revision 19029)
+++ compiler/java/com/google/dart/compiler/SystemLibrariesReader.java (working copy)
@@ -13,6 +13,7 @@
*/
package com.google.dart.compiler;
+import com.google.common.annotations.VisibleForTesting;
import com.google.common.io.CharStreams;
import com.google.common.io.Closeables;
import com.google.dart.compiler.CompilerConfiguration.ErrorFormat;
@@ -53,7 +54,8 @@
*/
public class SystemLibrariesReader {
- class DartLibrary {
+ @VisibleForTesting
+ public class DartLibrary {
private String shortName = null;
private String path = null;
« no previous file with comments | « no previous file | compiler/java/com/google/dart/compiler/resolver/ElementMap.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698