Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove a now-bogus test - it relied on an implementation detail, so w…
…as probably a bad idea anyway.
  • Loading branch information
jnthn committed Mar 1, 2012
1 parent bd82150 commit d11dc37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions t/serialization/01-basic.t
@@ -1,6 +1,6 @@
#! nqp

plan(67);
plan(66);

# Serializing an empty SC.
{
Expand All @@ -10,7 +10,6 @@ plan(67);
my $serialized := pir::nqp_serialize_sc__SPP($sc, $sh);
ok(nqp::chars($serialized) > 0, 'serialized empty SC to non-empty string');
ok(nqp::chars($serialized) >= 36, 'output is at least as long as the header');
ok(nqp::elems($sh) == 0, 'string heap empty with empty SC');

my $dsc := pir::nqp_create_sc__Ps('TEST_SC_1_OUT');
pir::nqp_deserialize_sc__vSPP($serialized, $dsc, $sh, nqp::list());
Expand Down

0 comments on commit d11dc37

Please sign in to comment.