Add new test
authorMiguel de Icaza <miguel@gnome.org>
Thu, 21 Nov 2002 19:43:13 +0000 (19:43 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 21 Nov 2002 19:43:13 +0000 (19:43 -0000)
svn path=/trunk/mcs/; revision=9145

mcs/tests/README.tests
mcs/tests/makefile

index 68aed8c1e7896dec389b7fa464ef3e86463210af..30878836cc54af4e4b61e89e1418c10133527380 100644 (file)
@@ -156,6 +156,11 @@ test-173.cs
 Check whether we select the correct function, don't report CS0121
 for integer literals.
 
+test-174.cs
+-----------
+Checks access to protected properties on base classes, and access to 
+private properties on container classes.
+
 verify-1.cs
 -----------
 Test whether we do not jump out of the method in a Try/Finally block.
index 9c8fc1d373eb756a82fafd3b736c43687290d34c..04755e8c6a80fae23cd4a2f802c9696b36b19577 100755 (executable)
@@ -26,7 +26,7 @@ TEST_SOURCES = \
        test-141 test-142 test-143 test-144 test-145 test-146 test-147 test-148 test-149 test-150 \
                          test-153 test-154 test-155 test-156 test-157 test-158 test-159 test-160 \
        test-161 test-162 test-163 test-164 test-165 test-166 test-167 test-168 test-169 test-170 \
-                test-172 test-173
+                test-172 test-173 test-174
 
 UNSAFE_SOURCES = \
        unsafe-1 unsafe-2 unsafe-3 test-58.cs test-171.cs