Chromium Code Reviews| Index: test/win/compiler-flags/floating-point-model-fast.cc |
| diff --git a/test/win/idl-excluded/program.cc b/test/win/compiler-flags/floating-point-model-fast.cc |
| similarity index 64% |
| copy from test/win/idl-excluded/program.cc |
| copy to test/win/compiler-flags/floating-point-model-fast.cc |
| index 9dc3c94f3431be00adb755f6515b995d734e089b..9d22152f5e5fcd9d6ed78e23fea25889ef4c70bc 100644 |
| --- a/test/win/idl-excluded/program.cc |
| +++ b/test/win/compiler-flags/floating-point-model-fast.cc |
| @@ -2,6 +2,18 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| +#ifdef _M_FP_PRECISE |
| +#error |
| +#endif |
| + |
| +#ifdef _M_FP_STRICT |
| +#error |
| +#endif |
| + |
| +#ifndef _M_FP_FAST |
| +#error |
| +#endif |
| + |
| int main() { |
| return 0; |
| } |