[svn:parrot] r42862 - branches/cs_csr_merge/t/pmc

bacek at svn.parrot.org bacek at svn.parrot.org
Wed Dec 2 12:56:57 UTC 2009


Author: bacek
Date: Wed Dec  2 12:56:57 2009
New Revision: 42862
URL: https://trac.parrot.org/parrot/changeset/42862

Log:
Remove test for C<returns> attribute in callsignature.t

Modified:
   branches/cs_csr_merge/t/pmc/callsignature.t

Modified: branches/cs_csr_merge/t/pmc/callsignature.t
==============================================================================
--- branches/cs_csr_merge/t/pmc/callsignature.t	Wed Dec  2 12:56:38 2009	(r42861)
+++ branches/cs_csr_merge/t/pmc/callsignature.t	Wed Dec  2 12:56:57 2009	(r42862)
@@ -19,7 +19,7 @@
 .sub 'main' :main
     .include 'test_more.pir'
 
-    plan(68)
+    plan(66)
 
     test_instantiate()
     test_get_set_attrs()
@@ -41,12 +41,6 @@
     $P0 = new ['CallSignature']
     $P5 = new 'String'
 
-    $P5 = 'foobar'
-    setattribute $P0, 'returns', $P5
-    ok(1, 'set returns attribute')
-    getattribute $P1, $P0, 'returns'
-    is($P1,'foobar', 'got returns attribute')
-
     $P5 = 'moonbomb'
     setattribute $P0, 'return_flags', $P5
     ok(1, 'set return_flags attribute')


More information about the parrot-commits mailing list