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-04-23 03:27:30 +0400
committerCésar Natarén <cesar@mono-cvs.ximian.com>2004-04-23 03:27:30 +0400
commit18a3125849706a6846378f0ed315f65ee91b6fb9 (patch)
tree4c1cddae256a3f39dc74a1f394e12d142442397e /mcs/jtests
parent985078718645ce673e9376352fb1e6b74a6f038a (diff)
add precedence.js tests
svn path=/trunk/mcs/; revision=25872
Diffstat (limited to 'mcs/jtests')
-rw-r--r--mcs/jtests/Test.Sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/jtests/Test.Sources b/mcs/jtests/Test.Sources
index 877ea10c852..2028ddeb206 100644
--- a/mcs/jtests/Test.Sources
+++ b/mcs/jtests/Test.Sources
@@ -3,4 +3,4 @@ TEST_SOURCES = \
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 \
greater-than less-than greater-than-eq less-than-eq assign-less-than-eq \
- log-ops iteration-stmts
+ log-ops iteration-stms precedence