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

Unified Diff: tests/ffi/regress_252_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 | « tests/ffi/ffi_timeofday_test.dart ('k') | tests/ffi/regress_issue_64_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/ffi/regress_252_test.dart
diff --git a/tests/ffi/regress_252_test.dart b/tests/ffi/regress_252_test.dart
index dc5a68de55d62b7be09fb9f97f16b7915ec4348e..45db27c67c40a23ae9ff4c25c5b05d20fa5114e1 100644
--- a/tests/ffi/regress_252_test.dart
+++ b/tests/ffi/regress_252_test.dart
@@ -5,7 +5,7 @@
// Looking up a library should not make the symbols reachable from main lookup
// unless we explicitly pass the global flag.
-import 'dart:fletch.ffi';
+import 'dart:dartino.ffi';
import "package:expect/expect.dart";
bool isArgumentError(e) => e is ArgumentError;
« no previous file with comments | « tests/ffi/ffi_timeofday_test.dart ('k') | tests/ffi/regress_issue_64_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698