summaryrefslogtreecommitdiff
path: root/test/SemaCXX/goto2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCXX/goto2.cpp')
-rw-r--r--test/SemaCXX/goto2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/SemaCXX/goto2.cpp b/test/SemaCXX/goto2.cpp
index 01ea031ac2c1c..b42a611182415 100644
--- a/test/SemaCXX/goto2.cpp
+++ b/test/SemaCXX/goto2.cpp
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s
+// expected-no-diagnostics
//PR9463
int subfun(const char *text) {