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

Unified Diff: LayoutTests/dart/fib-app.dart

Issue 9188009: Things to unfork. (Closed) Base URL: svn://svn.chromium.org/multivm/trunk/webkit
Patch Set: Created 8 years, 11 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 | « LayoutTests/dart/fib.html ('k') | LayoutTests/dart/fib-app.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/dart/fib-app.dart
diff --git a/LayoutTests/dart/fib-app.dart b/LayoutTests/dart/fib-app.dart
deleted file mode 100644
index 0f2f39b09f3b018495ad604e74450499dac2f81b..0000000000000000000000000000000000000000
--- a/LayoutTests/dart/fib-app.dart
+++ /dev/null
@@ -1,10 +0,0 @@
-#library('fib-app');
-#import('dart:dom');
-#source('fib.dart');
-
-void main() {
- if (null !== layoutTestController) {
- layoutTestController.dumpAsText();
- }
- Main.main();
-}
« no previous file with comments | « LayoutTests/dart/fib.html ('k') | LayoutTests/dart/fib-app.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698