Index: tests/ffi/ffi_test.dart |
diff --git a/tests/ffi/ffi_test.dart b/tests/ffi/ffi_test.dart |
index 45d21420034e1713b7c715aa51a05fbb7ff13f5c..310980f4a7ecc7e212a0b25cd309ace2a1bc8b81 100644 |
--- a/tests/ffi/ffi_test.dart |
+++ b/tests/ffi/ffi_test.dart |
@@ -2,8 +2,8 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE.md file. |
-import 'dart:fletch.ffi'; |
-import 'dart:fletch'; |
+import 'dart:dartino.ffi'; |
+import 'dart:dartino'; |
import "package:expect/expect.dart"; |
import "package:isolate/isolate.dart"; |