aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/pr18661.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/pr18661.cpp')
-rw-r--r--test/CodeGenCXX/pr18661.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/pr18661.cpp b/test/CodeGenCXX/pr18661.cpp
index 235867831e28..65ffd6f910c6 100644
--- a/test/CodeGenCXX/pr18661.cpp
+++ b/test/CodeGenCXX/pr18661.cpp
@@ -11,4 +11,4 @@ extern "C" {
// PR18661: Clang would fail to emit function definition with mismatching
// exception specification, even though it was just treated as a warning.
-// CHECK: define void @f()
+// CHECK: define {{.*}}void @f()