Skip to content

Commit

Permalink
Merge pull request #12 from ohmycloud/master
Browse files Browse the repository at this point in the history
modify version to v0.0.8 in test files.
  • Loading branch information
salortiz authored Oct 16, 2020
2 parents a76269e + 88e1f37 commit 45625ea
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions t/01-basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ use Test;

plan 23;

use-ok 'NativeLibs:v<0.0.7>' or do { diag "Can't continue"; exit 1 };
use NativeLibs:ver<0.0.7>;
use-ok 'NativeLibs:v<0.0.8>' or do { diag "Can't continue"; exit 1 };
use NativeLibs:ver<0.0.8>;

# Our own classes
ok ::('NativeLibs::Loader') !~~ Failure, 'Class Loader exists';
Expand Down
2 changes: 1 addition & 1 deletion t/02-cannon-name.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use v6;
use Test;

plan 10;
use NativeLibs:ver<0.0.7>;
use NativeLibs:ver<0.0.8>;
my &cn = &NativeLibs::cannon-name;

given $*VM.config<osname> {
Expand Down
2 changes: 1 addition & 1 deletion t/10-search.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use v6;
use Test;
use NativeLibs:ver<0.0.7>;
use NativeLibs:ver<0.0.8>;

# A simple shortcut
my \Util = ::NativeLibs::Searcher;
Expand Down
2 changes: 1 addition & 1 deletion t/20-compile.t
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use v6;
use Test;
use NativeLibs:ver<0.0.7>;
use NativeLibs:ver<0.0.8>;

plan 1;

Expand Down

0 comments on commit 45625ea

Please sign in to comment.