summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCoroutines
diff options
context:
space:
mode:
authorGor Nishanov <GorNishanov@gmail.com>2017-05-22 22:41:28 +0000
committerGor Nishanov <GorNishanov@gmail.com>2017-05-22 22:41:28 +0000
commitc81676aad8483f90dda0d463eb46c565a03ccd25 (patch)
tree0b19bb3fd1ead3cc0790b60e6367b8ca58c0e6cc /test/CodeGenCoroutines
parenta882e8619ffb19dd808e62f8c0f82ed73d0bff00 (diff)
[coroutines] Fix coro-eh-cleanup.cpp test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@303584 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenCoroutines')
-rw-r--r--test/CodeGenCoroutines/coro-eh-cleanup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCoroutines/coro-eh-cleanup.cpp b/test/CodeGenCoroutines/coro-eh-cleanup.cpp
index 901ed54923..5a3ecd1da4 100644
--- a/test/CodeGenCoroutines/coro-eh-cleanup.cpp
+++ b/test/CodeGenCoroutines/coro-eh-cleanup.cpp
@@ -51,7 +51,7 @@ coro_t f() {
// CHECK: [[EHCLEANUP]]:
// CHECK: %[[INNERPAD:.+]] = cleanuppad within none []
// CHECK: call void @"\01??_DCleanup@@QEAAXXZ"(
-// CHECK: cleanupret from %4 unwind label %[[CATCHDISPATCH:.+]]
+// CHECK: cleanupret from %{{.+}} unwind label %[[CATCHDISPATCH:.+]]
// CHECK: [[CATCHDISPATCH]]:
// CHECK: catchswitch within none [label %[[CATCHPAD:.+]]] unwind label %[[COROENDBB:.+]]