Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCésar Natarén <cesar@mono-cvs.ximian.com>2004-01-26 04:44:29 +0300
committerCésar Natarén <cesar@mono-cvs.ximian.com>2004-01-26 04:44:29 +0300
commit888430e04dd445b47883b85a4f0a1c7975fc1dcd (patch)
tree62334d0c7b34163d5599a8769b380df1355188d3 /mcs/jtests
parentbc727019bb6bb3910d82fd2706bffae253115931 (diff)
new tests added to the list
svn path=/trunk/mcs/; revision=22483
Diffstat (limited to 'mcs/jtests')
-rw-r--r--mcs/jtests/Test.Sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/jtests/Test.Sources b/mcs/jtests/Test.Sources
index 869c5868dcd..017e6b4f15c 100644
--- a/mcs/jtests/Test.Sources
+++ b/mcs/jtests/Test.Sources
@@ -1,4 +1,5 @@
TEST_SOURCES = \
var-decl init-var-num init-var-string simple-assign-num simple-assign-vars \
simple-assign-bool global-bool-lits global-id global-num global-sum \
- global-assign-sum empty-func func-form-params func-total-locals func-nested
+ global-assign-sum empty-func func-form-params func-total-locals func-nested \
+ greater-than less-than greater-than-eq less-than-eq assign-less-than-eq