Skip to content

Commit

Permalink
load_bytecode is all that's need to break it?
Browse files Browse the repository at this point in the history
  • Loading branch information
Benabik committed Jul 22, 2012
1 parent 64f1f0e commit 072a3e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions t/00-sanity.t
Expand Up @@ -3,10 +3,6 @@
function main[main]() { function main[main]() {
// Segfault in IMCC // Segfault in IMCC
load_bytecode('rosella/core.pbc'); load_bytecode('rosella/core.pbc');
Rosella.initialize_rosella('test');
Rosella.Test.test(class SanityTest);

// Works
(new SanityTest).test_imcc(); (new SanityTest).test_imcc();
} }


Expand Down

0 comments on commit 072a3e5

Please sign in to comment.