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

Unified Diff: platforms/stm/event_handler_test/src/test.dart

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 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 | « platforms/stm/event_handler_test/src/fletch_entry.cc ('k') | platforms/stm/stm.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platforms/stm/event_handler_test/src/test.dart
diff --git a/platforms/stm/event_handler_test/src/test.dart b/platforms/stm/event_handler_test/src/test.dart
index 772e6bc6bc133d7adb17f86782fb0fe8ef215ae6..7ecbab3893374dc68e0b0261045c733a675bedf1 100644
--- a/platforms/stm/event_handler_test/src/test.dart
+++ b/platforms/stm/event_handler_test/src/test.dart
@@ -6,9 +6,9 @@
///
/// For now we have to run this manually.
-import "dart:fletch";
-import "dart:fletch.ffi";
-import "dart:fletch.os" hide sleep;
+import "dart:dartino";
+import "dart:dartino.ffi";
+import "dart:dartino.os" hide sleep;
ForeignFunction ledOn = ForeignLibrary.main.lookup('BSP_LED_On');
ForeignFunction ledOff = ForeignLibrary.main.lookup('BSP_LED_Off');
« no previous file with comments | « platforms/stm/event_handler_test/src/fletch_entry.cc ('k') | platforms/stm/stm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698