Skip to content

Commit

Permalink
Made test to looks more like test.
Browse files Browse the repository at this point in the history
  • Loading branch information
bacek committed Mar 6, 2011
1 parent ed424f8 commit 632f2d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions t/library/llvm.t
Expand Up @@ -9,6 +9,14 @@ Q:PIR {
};

my $module := LLVM::Module.new.BUILD("HELLO");
ok(pir::defined($module), "LLVM::Module created");

# This will dump to stderr.
$module.dump();
ok(1, "LLVM::Module dumped");



done_testing();

# vim: ft=perl6

0 comments on commit 632f2d1

Please sign in to comment.