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

Unified Diff: sky/tests/framework/basic.dart

Issue 1056663002: s/Node/UINode/ in the tests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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: sky/tests/framework/basic.dart
diff --git a/sky/tests/framework/basic.dart b/sky/tests/framework/basic.dart
index eb63574ff3dea30d2e09d1c709915846ee49318b..2fefafbf2f847276244175de5b9734937601d04e 100644
--- a/sky/tests/framework/basic.dart
+++ b/sky/tests/framework/basic.dart
@@ -3,7 +3,7 @@ import 'dart:sky';
import 'package:sky/framework/fn.dart';
class TestApp extends App {
- Node build() {
+ UINode build() {
return new Container(
inlineStyle: 'background-color: green',
children: [
« 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