Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit de56d99

Browse files
committed
Simplify match patterns a little.
1 parent 68ba983 commit de56d99

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/test/regress/resultmap

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
int2/hppa=int2-too-large
22
int4/hppa=int4-too-large
3-
int2/.*-.*-netbsd.*=int2-too-large
4-
int4/.*-.*-netbsd.*=int4-too-large
3+
int2/netbsd=int2-too-large
4+
int4/netbsd=int4-too-large
55
int2/i.86-pc-linux-gnulibc=int2-not-representable
66
int4/i.86-pc-linux-gnulibc=int4-not-representable
7-
geometry/hppa1\.1=geometry-positive-zeros
8-
geometry/hppa2\.0=geometry-positive-zeros
9-
geometry/.*-.*-netbsd.*=geometry-positive-zeros
7+
geometry/hppa=geometry-positive-zeros
8+
geometry/netbsd=geometry-positive-zeros
109
geometry/i.86-.*-gnulibc=geometry-i86-gnulibc
1110
horology/hppa=horology-no-DST-before-1970

0 commit comments

Comments
 (0)