Skip to content

Commit

Permalink
Fix sqlite sample import.
Browse files Browse the repository at this point in the history
Change-Id: I71bde1d7f15912a628e15572b51350bb768c78c6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/97935
Reviewed-by: Samir Jindel <sjindel@google.com>
  • Loading branch information
sjindel-google committed Mar 26, 2019
1 parent f135a49 commit 28a2416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/ffi/sqlite/test/sqlite_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import "package:test/test.dart";

import 'package:sqlite3/sqlite.dart';
import '../lib/sqlite.dart';

void main() {
test("sqlite integration test", () {
Expand Down

0 comments on commit 28a2416

Please sign in to comment.