diff options
Diffstat (limited to 'clang/test/SemaCXX/__try.cpp')
| -rw-r--r-- | clang/test/SemaCXX/__try.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaCXX/__try.cpp b/clang/test/SemaCXX/__try.cpp index 28a37014887..eb4612f508d 100644 --- a/clang/test/SemaCXX/__try.cpp +++ b/clang/test/SemaCXX/__try.cpp @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify -fborland-extensions -fcxx-exceptions %s +// RUN: %clang_cc1 -triple x86_64-windows -fsyntax-only -verify -fborland-extensions -fcxx-exceptions %s // This test is from http://docwiki.embarcadero.com/RADStudio/en/Try |

