Skip to content
Snippets Groups Projects
Commit 8552bbd0 authored by Richard Smith's avatar Richard Smith
Browse files

This test was still failing for me after r244925, fix it harder.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244991 91177308-0d34-0410-b5e6-96231b3b80d8
parent 7a209265
No related branches found
No related tags found
No related merge requests found
......@@ -374,9 +374,6 @@ namespace builtins {
// CHECK-DAG: attributes [[ATTR_BUILTIN_NEW]] = {{[{].*}} builtin {{.*[}]}}
// CHECK-DAG: attributes [[ATTR_BUILTIN_DELETE]] = {{[{].*}} builtin {{.*[}]}}
// CHECK: attributes [[ATTR_NOUNWIND]] =
// CHECK-NOT: builtin
// CHECK-NOT: attributes
// CHECK: nounwind
// CHECK-NOT: builtin
// CHECK-NOT: attributes
// The ([^b}|...) monstrosity is matching a character that's not the start of 'builtin'.
// Add more letters if this matches some other attribute.
// CHECK-DAG: attributes [[ATTR_NOUNWIND]] = {{([^b]|b[^u]|bu[^i]|bui[^l])*}} nounwind {{([^b]|b[^u]|bu[^i]|bui[^l])*$}}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment