Skip to content

Commit

Permalink
[master] re-enable unique-ptr tests (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhrr committed Mar 26, 2016
1 parent f4e9ff5 commit 19fa40a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions t/013up/004up-move-fn-rv-ref.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ my $test_dir = $ENV{"DALE_TEST_DIR"} || ".";
$ENV{PATH} .= ":.";

use Data::Dumper;
#use Test::More => 3;
use Test::More skip_all => 'Disabled temporarily';
use Test::More tests => 3;

my @res = `dalec $ENV{"DALE_TEST_ARGS"} $test_dir/t/src/up-move-fn-rv-ref.dt -o up-move-fn-rv-ref `;
is_deeply(\@res, [], 'No compilation errors');
Expand Down
3 changes: 1 addition & 2 deletions t/013up/005up-move-fn-ret.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ my $test_dir = $ENV{"DALE_TEST_DIR"} || ".";
$ENV{PATH} .= ":.";

use Data::Dumper;
#use Test::More tests => 3;
use Test::More skip_all => 'Disabled temporarily';
use Test::More tests => 3;

my @res = `dalec $ENV{"DALE_TEST_ARGS"} $test_dir/t/src/up-move-fn-ret.dt -o up-move-fn-ret `;
is_deeply(\@res, [], 'No compilation errors');
Expand Down

0 comments on commit 19fa40a

Please sign in to comment.