diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2009-02-09 17:41:16 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2009-02-09 17:41:16 -0500 |
| commit | 021ebd9d6d773d3545d0e1867165a55e2fd71f3c (patch) | |
| tree | b35add05bf86ecde9f8f7803ff78944d1e0ff9e1 /sigcore/test/TestScript.h | |
| parent | f77bad54ce1acaabdd2c373c318ff0cf56e67e6a (diff) | |
| download | sigen-021ebd9d6d773d3545d0e1867165a55e2fd71f3c.tar.gz sigen-021ebd9d6d773d3545d0e1867165a55e2fd71f3c.tar.xz sigen-021ebd9d6d773d3545d0e1867165a55e2fd71f3c.zip | |
Enable Ruby test in script
Diffstat (limited to 'sigcore/test/TestScript.h')
| -rw-r--r-- | sigcore/test/TestScript.h | 2 |
1 files changed, 1 insertions, 1 deletions
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(); }; |
