From 021ebd9d6d773d3545d0e1867165a55e2fd71f3c Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 9 Feb 2009 17:41:16 -0500 Subject: Enable Ruby test in script --- sigcore/test/TestScript.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sigcore/test/TestScript.h') diff --git a/sigcore/test/TestScript.h b/sigcore/test/TestScript.h index 050e5a72..adf48858 100644 --- a/sigcore/test/TestScript.h +++ b/sigcore/test/TestScript.h @@ -61,7 +61,7 @@ class TestScript : public QObject void qtscript(); // void java(); // void lua(); -// void ruby(); + void ruby(); // void mono(); }; -- cgit