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

Unified Diff: dart/samples/tests/dartc/test_config.dart

Issue 10977054: Separate compile-time and runtime errors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Comment fixes Created 8 years, 3 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 | dart/tests/co19/co19-dart2dart.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/samples/tests/dartc/test_config.dart
diff --git a/dart/samples/tests/dartc/test_config.dart b/dart/samples/tests/dartc/test_config.dart
index e14420ddd141ad3ddbf0c41c369203a38e98a02f..d0b3efb576f3e45393b2bbf42c9192fe537612b5 100644
--- a/dart/samples/tests/dartc/test_config.dart
+++ b/dart/samples/tests/dartc/test_config.dart
@@ -43,7 +43,7 @@ class SamplesDartcTestSuite extends DartcCompilationTestSuite {
// Using readOptionsFromFile here causes the file to be read twice,
// because readOptionsFromFile is called again in the superclass.
// Avoid this in new code.
- return readOptionsFromFile(new Path.fromNative(filename))
+ return StandardTestSuite.readOptionsFromFile(new Path.fromNative(filename))
["containsLeadingHash"];
}
« no previous file with comments | « no previous file | dart/tests/co19/co19-dart2dart.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698