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

Unified Diff: utils/tip/froggertest.html

Issue 9537001: Generate dart:html bindings for Dartium as well as Frog. All unittests now pass (or are disabled fo… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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
« tools/testing/dart/test_suite.dart ('K') | « tools/testing/dart/test_suite.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tip/froggertest.html
diff --git a/utils/tip/froggertest.html b/utils/tip/froggertest.html
index 5682293c708941583d76c466af89314e39d3bd65..d265670f15e5ae84326293a848fcc953a7c77daf 100644
--- a/utils/tip/froggertest.html
+++ b/utils/tip/froggertest.html
@@ -4,7 +4,7 @@
src="../../client/testing/unittest/test_controller.js"></script>
<script type="application/dart">
#import('dart:dom');
-#import('../../client/testing/unittest/unittest.dart');
+#import('../../client/testing/unittest/unittest_dom.dart');
void main() {
test('MathTest', () { Expect.equals(2, 1 + 1); });
« tools/testing/dart/test_suite.dart ('K') | « tools/testing/dart/test_suite.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698