Fix up makefile to exclude test-124 as it requires a -r System.Drawing to work correctly
authorRavi Pratap M <ravi@mono-cvs.ximian.com>
Sun, 26 May 2002 18:28:33 +0000 (18:28 -0000)
committerRavi Pratap M <ravi@mono-cvs.ximian.com>
Sun, 26 May 2002 18:28:33 +0000 (18:28 -0000)
svn path=/trunk/mcs/; revision=4952

mcs/tests/makefile

index 44ca1e7b786e21939f859c3caf68c88b41f0c16c..424a8bd62398277eef360b2f694a0ee39b32dded 100755 (executable)
@@ -16,7 +16,7 @@ TEST_SOURCES = \
        test-91  test-92  test-93  test-94  test-95  test-96  test-97  test-98  test-99  test-100\
        test-101 test-102 test-103 test-104 test-105 test-106 test-107 test-108 test-109 test-110\
        test-111 test-112 test-113 test-114 test-115 test-116 test-117 test-118 test-119        \
-       test-121 test-122 test-123 test-124 test-125 test-126
+       test-121 test-122 test-123          test-125 test-126
 
 UNSAFE_SOURCES = \
        unsafe-1 unsafe-2