Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing 'use'
  • Loading branch information
salortiz committed Mar 28, 2016
1 parent a0e0e48 commit f1e36d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion t/26-mysql-blob.t
@@ -1,4 +1,4 @@
v6;
use v6;
use Test;
use DBIish;

Expand Down
2 changes: 1 addition & 1 deletion t/36-pg-blob.t
@@ -1,4 +1,4 @@
v6;
use v6;
use Test;
use DBIish;

Expand Down
2 changes: 1 addition & 1 deletion t/42-sqlite-blob.t
@@ -1,4 +1,4 @@
v6;
use v6;
use Test;
use DBIish;

Expand Down

0 comments on commit f1e36d2

Please sign in to comment.