Chromium Code Reviews| Index: test/win/compiler-flags/character-set-mbcs.cc |
| diff --git a/test/win/compiler-flags/character-set-mbcs.cc b/test/win/compiler-flags/character-set-mbcs.cc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..3286304730d394fcb5e02d2c0a8dc712523436f3 |
| --- /dev/null |
| +++ b/test/win/compiler-flags/character-set-mbcs.cc |
| @@ -0,0 +1,11 @@ |
| +// Copyright (c) 2012 Google Inc. All rights reserved. |
| +// Use of this source code is governed by a BSD-style license that can be |
| +// found in the LICENSE file. |
| + |
| +#ifndef _MBCS |
| +#error |
| +#endif |
| + |
| +int main() { |
| + return 0; |
| +} |