[svn:parrot] r44766 - branches/ops_pct/compilers/opsc/t
bacek at svn.parrot.org
bacek at svn.parrot.org
Mon Mar 8 19:55:39 UTC 2010
Author: bacek
Date: Mon Mar 8 19:55:38 2010
New Revision: 44766
URL: https://trac.parrot.org/parrot/changeset/44766
Log:
Remove outdated test
Deleted:
branches/ops_pct/compilers/opsc/t/04-oplib_BUILD.t
Deleted: branches/ops_pct/compilers/opsc/t/04-oplib_BUILD.t
==============================================================================
--- branches/ops_pct/compilers/opsc/t/04-oplib_BUILD.t Mon Mar 8 19:55:38 2010 (r44765)
+++ /dev/null 00:00:00 1970 (deleted)
@@ -1,44 +0,0 @@
-#! ./parrot
-
-.include 'compilers/opsc/t/common.pir'
-
-.sub 'main' :main
-
- .include 'test_more.pir'
- load_bytecode 'compilers/opsc/opsc.pbc'
-
- plan(2)
-
- test_build()
-.end
-
-# Check that Ops::OpLib::BUILD dtrt
-.sub 'test_build'
-
- .local pmc ctor
-
- # It should fail without files.
- push_eh fail
- $I0 = 1
- $P0 = new ['Ops';'OpLib']
- $P1 = $P0.'BUILD'()
- $I0 = 0
- fail:
- pop_eh
- ok($I0, "BUILD without args failed")
-
- $P1 = split ' ', 'src/ops/core.ops src/ops/math.ops'
- $P1 = $P0.'BUILD'('files'=>$P1)
- ok(1, "BUILD with @files passed")
-
-.end
-
-
-# Don't forget to update plan!
-
-# Local Variables:
-# mode: cperl
-# cperl-indent-level: 4
-# fill-column: 100
-# End:
-# vim: expandtab shiftwidth=4 ft=pir:
More information about the parrot-commits
mailing list