blob: ac53aeefa5800ed30a8df4ff76f3e521bea66b4a [file] [log] [blame]
Andrew Wilkinsd07b2b42015-03-06 02:49:07 +00001diff --git a/libgo/Makefile.am b/libgo/Makefile.am
2index 526b656..31c206e 100644
3--- a/libgo/Makefile.am
4+++ b/libgo/Makefile.am
5@@ -3688,7 +3688,6 @@ TEST_PACKAGES = \
6 os/check \
7 path/check \
8 reflect/check \
9- regexp/check \
10 runtime/check \
11 sort/check \
12 strconv/check \
13@@ -3787,7 +3786,6 @@ TEST_PACKAGES = \
14 os/user/check \
15 path/filepath/check \
16 regexp/syntax/check \
17- runtime/pprof/check \
18 sync/atomic/check \
19 text/scanner/check \
20 text/tabwriter/check \
21diff --git a/libgo/Makefile.in b/libgo/Makefile.in
22index 2254478..d2482d1 100644
23--- a/libgo/Makefile.in
24+++ b/libgo/Makefile.in
25@@ -2193,7 +2193,6 @@ TEST_PACKAGES = \
26 os/check \
27 path/check \
28 reflect/check \
29- regexp/check \
30 runtime/check \
31 sort/check \
32 strconv/check \
33@@ -2292,7 +2291,6 @@ TEST_PACKAGES = \
34 os/user/check \
35 path/filepath/check \
36 regexp/syntax/check \
37- runtime/pprof/check \
38 sync/atomic/check \
39 text/scanner/check \
40 text/tabwriter/check \