From 1b3a9b44e74cd591d9079c515fa8e8661a50dbfb Mon Sep 17 00:00:00 2001 From: dukeleto Date: Fri, 6 Nov 2009 09:08:05 +0000 Subject: [PATCH] [t][TT #1210] Convert t/op/inf_nan.t to PIR, bubaflub++ git-svn-id: https://svn.parrot.org/parrot/trunk@42303 d31e2699-5ff4-0310-a27c-f18f2fbe73fe --- t/op/inf_nan.t | 618 ++++++++++++++++++++++----------------------------------- 1 file changed, 232 insertions(+), 386 deletions(-) diff --git a/t/op/inf_nan.t b/t/op/inf_nan.t index 2b590b8c71..e31db51448 100644 --- a/t/op/inf_nan.t +++ b/t/op/inf_nan.t @@ -1,14 +1,7 @@ -#! perl +#! parrot # Copyright (C) 2009, Parrot Foundation. # $Id$ -use strict; -use warnings; -use lib qw( . lib ../lib ../../lib ); - -use Test::More; -use Parrot::Test tests => 32; - =head1 NAME t/op/inf_nan.t - Test math properties of Inf and NaN @@ -23,630 +16,483 @@ Tests for mathematical operations with Inf and Nan. =cut -pir_output_is( <<'CODE', <