summaryrefslogtreecommitdiff
path: root/test/SemaCXX/ms-exception-spec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/ms-exception-spec.cpp')
-rw-r--r--test/SemaCXX/ms-exception-spec.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaCXX/ms-exception-spec.cpp b/test/SemaCXX/ms-exception-spec.cpp
index bda56f5468d4a..1be8ec2936908 100644
--- a/test/SemaCXX/ms-exception-spec.cpp
+++ b/test/SemaCXX/ms-exception-spec.cpp
@@ -1,3 +1,4 @@
// RUN: %clang_cc1 %s -fsyntax-only -verify -fms-extensions
+// expected-no-diagnostics
void f() throw(...) { }