Skip to content

Commit

Permalink
test: test load of correct files
Browse files Browse the repository at this point in the history
  • Loading branch information
G4Vi committed Jun 4, 2024
1 parent 1588d95 commit 2a662dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extism/t/00-load.t
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BEGIN {
use_ok( 'Extism::Plugin' ) || print "Bail out!\n";
use_ok( 'Extism::CurrentPlugin' ) || print "Bail out!\n";
use_ok( 'Extism::Function' ) || print "Bail out!\n";
use_ok( 'Extism::CancelHandle' ) || print "Bail out!\n";
use_ok( 'Extism::Plugin::CancelHandle' ) || print "Bail out!\n";
}

diag( "Testing Extism $Extism::VERSION, Perl $], $^X" );

0 comments on commit 2a662dd

Please sign in to comment.