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

Unified Diff: compiler/javatests/com/google/dart/compiler/ast/DartToSourceVisitorTest.java

Issue 10918073: Issue 4881. Resolve new == and []+ operators (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: compiler/javatests/com/google/dart/compiler/ast/DartToSourceVisitorTest.java
diff --git a/compiler/javatests/com/google/dart/compiler/ast/DartToSourceVisitorTest.java b/compiler/javatests/com/google/dart/compiler/ast/DartToSourceVisitorTest.java
index 0c4cc1ce2dac70427b04d12c5cc7b572ff26f6e2..a324d94ca4edc70bf54029deea8318b9ed445b4e 100644
--- a/compiler/javatests/com/google/dart/compiler/ast/DartToSourceVisitorTest.java
+++ b/compiler/javatests/com/google/dart/compiler/ast/DartToSourceVisitorTest.java
@@ -41,7 +41,7 @@ public class DartToSourceVisitorTest extends CompilerTestCase {
" m() {\n" +
" }\n");
testClassMemeber(
- " operator negate() {\n" +
+ " operator -() {\n" +
" }\n");
// get is mangled
// testClassMemeber(

Powered by Google App Engine
This is Rietveld 408576698