Index: runtime/vm/dart_api_impl_test.cc |
=================================================================== |
--- runtime/vm/dart_api_impl_test.cc (revision 25979) |
+++ runtime/vm/dart_api_impl_test.cc (working copy) |
@@ -5311,7 +5311,7 @@ |
" var _g;\n" |
" A() : fvalue = 13;\n" |
" get _field => _g;\n" |
- " patch method(var value) {\n" |
+ " /*patch*/ method(var value) {\n" |
siva
2013/08/12 02:56:43
void method(var value) {....
regis
2013/08/12 17:45:27
Done.
|
" int closeYourEyes(var eggs) { return eggs * -1; }\n" |
" value = callFunc(closeYourEyes, value);\n" |
" _g = value * 5;\n" |