Skip to content

Commit b05ffae

Browse files
committed
fix resultmap for cross-compile
1 parent c8ee651 commit b05ffae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/regress/resultmap

+3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
float4:out:i.86-pc-mingw32=float4-exp-three-digits.out
2+
float4:out:x86_64-w64-mingw32=float4-exp-three-digits.out
23
float4:out:i.86-pc-win32vc=float4-exp-three-digits.out
34
float8:out:i.86-.*-freebsd=float8-small-is-zero.out
45
float8:out:i.86-.*-openbsd=float8-small-is-zero.out
56
float8:out:i.86-.*-netbsd=float8-small-is-zero.out
67
float8:out:m68k-.*-netbsd=float8-small-is-zero.out
78
float8:out:i.86-pc-mingw32=float8-exp-three-digits-win32.out
9+
float8:out:x86_64-w64-mingw32=float8-exp-three-digits-win32.out
810
float8:out:i.86-pc-win32vc=float8-exp-three-digits-win32.out
911
float8:out:i.86-pc-cygwin=float8-small-is-zero.out
1012
int8:out:i.86-pc-mingw32=int8-exp-three-digits.out
13+
int8:out:x86_64-w64-mingw32=int8-exp-three-digits.out
1114
int8:out:i.86-pc-win32vc=int8-exp-three-digits.out

0 commit comments

Comments
 (0)