Compile test only in NET_2_0 profile
authorRaja R Harinath <harinath@hurrynot.org>
Sun, 13 Aug 2006 03:31:21 +0000 (03:31 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Sun, 13 Aug 2006 03:31:21 +0000 (03:31 -0000)
svn path=/trunk/mcs/; revision=63677

mcs/class/System.Web/Test/System.Web.UI.WebControls/CallBackTest.cs

index bee9e032c9628d190ea97e4446f43f8b5c1888ba..8172a701618a1004cfbebb0d1472be902271d1ee 100644 (file)
@@ -26,7 +26,7 @@
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-
+#if NET_2_0
 
 using System;
 using System.Collections.Generic;
@@ -153,3 +153,4 @@ namespace MonoTests.System.Web.UI.WebControls
                }
        }
 }
+#endif