File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -120,13 +120,6 @@ void expected_results()
120
120
// *very* extreme due to the increased exponent range
121
121
// of 80-bit long doubles. Also effect Mac OS.
122
122
//
123
- add_expected_result (
124
- " [^|]*" , // compiler
125
- " [^|]*" , // stdlib
126
- " linux|Mac OS" , // platform
127
- largest_type, // test type(s)
128
- " (?i).*large.*" , // test data group
129
- " .*" , 200000 , 10000 ); // test function
130
123
add_expected_result (
131
124
" [^|]*" , // compiler
132
125
" [^|]*" , // stdlib
@@ -141,6 +134,13 @@ void expected_results()
141
134
largest_type, // test type(s)
142
135
" (?i).*Asymptotically Large.*" , // test data group
143
136
" .*" , 900000000 , 80000000 ); // test function
137
+ add_expected_result (
138
+ " [^|]*" , // compiler
139
+ " [^|]*" , // stdlib
140
+ " linux|Mac OS" , // platform
141
+ largest_type, // test type(s)
142
+ " (?i).*large.*" , // test data group
143
+ " .*" , 200000 , 10000 ); // test function
144
144
if (std::numeric_limits<long double >::digits == 64 )
145
145
{
146
146
// 80-bit long double, errors spill over:
You can’t perform that action at this time.
0 commit comments