From ea22643b2217921df74ea14df47d7c83987d5761 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 9 Dec 2016 17:29:27 +0200 Subject: Initial parallel scheduler implementation, use to run testscrips --- tests/function/builtin/testscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/function') diff --git a/tests/function/builtin/testscript b/tests/function/builtin/testscript index 98513d3..a727146 100644 --- a/tests/function/builtin/testscript +++ b/tests/function/builtin/testscript @@ -55,8 +55,8 @@ $* <'print $type($identity([null]))' >'' : null-untyped $* <'print $identity([string] abc)' >'abc'; - $* <'print $type($identity([string] abc))' >'string' : null-typed + $* <'print $type($identity([string] abc))' >'string' : typed $* <'print $identity(abc)' >'abc'; - $* <'print $type($identity(abc))' >'' : null-untyped + $* <'print $type($identity(abc))' >'' : untyped } -- cgit v1.1