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

Unified Diff: tests/language/critical_edge2_test.dart

Issue 355623002: Fix test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/critical_edge2_test.dart
diff --git a/tests/language/critical_edge2_test.dart b/tests/language/critical_edge2_test.dart
index ecaaec0f4e9e5f299fa7bb80eec013f3e199e429..e54384f08b2cf356b707ed60a9dd6cd98f0190a9 100644
--- a/tests/language/critical_edge2_test.dart
+++ b/tests/language/critical_edge2_test.dart
@@ -7,7 +7,7 @@
import "package:expect/expect.dart";
-void parse(String uri) {
+String parse(String uri) {
int index = 0;
int char = -1;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698