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

Unified Diff: sky/tests/lowlevel/unittest.dart

Issue 1212163009: Port remaining Sky tests to the new world (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: add Created 5 years, 6 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 | « sky/tests/lowlevel/trivial.sky ('k') | sky/tests/lowlevel/unittest.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tests/lowlevel/unittest.dart
diff --git a/sky/tests/lowlevel/unittest.sky b/sky/tests/lowlevel/unittest.dart
similarity index 91%
rename from sky/tests/lowlevel/unittest.sky
rename to sky/tests/lowlevel/unittest.dart
index e32c2f0bc167c15f7c6b6ebaa4c08682a4bcdd47..5440f7b60d28b6a649454f9763e4b455f76e8f91 100644
--- a/sky/tests/lowlevel/unittest.sky
+++ b/sky/tests/lowlevel/unittest.dart
@@ -1,4 +1,3 @@
-<script>
import "../resources/third_party/unittest/unittest.dart";
import "../resources/unit.dart";
@@ -10,4 +9,3 @@ void main() {
expect(x, equals(5));
});
}
-</script>>
« no previous file with comments | « sky/tests/lowlevel/trivial.sky ('k') | sky/tests/lowlevel/unittest.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698