From 0e8ad54e4b9a285a213478232d0155466854225b Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 8 Apr 2019 20:39:39 -0400 Subject: Moved Ruby back-end code to stdlib. --- stdlib/source/test/lux.lux | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'stdlib/source/test') diff --git a/stdlib/source/test/lux.lux b/stdlib/source/test/lux.lux index 42f4c9f81..f73319739 100644 --- a/stdlib/source/test/lux.lux +++ b/stdlib/source/test/lux.lux @@ -3,8 +3,8 @@ [structure (#+)] [reference (#+)] [case (#+)] - [loop (#+)] [function (#+)] + [loop (#+)] [extension (#+) [common (#+)] [host (#+)]])] @@ -38,6 +38,7 @@ [host [js (#+)] [python (#+)] + [ruby (#+)] [scheme (#+)]] [tool [compiler @@ -47,6 +48,8 @@ ] [python (#+) ] + [ruby (#+) + ] [scheme (#+) ]]]]] ## [control @@ -375,4 +378,7 @@ (<| io _.run! (_.times 100) + ## (_.seed 16966479879996440699) + ## (_.seed 16140950815046933697) + ## (_.seed 8804587020128699091) ..test)) -- cgit v1.2.3