diff options
Diffstat (limited to 'clang/test/CodeGenCXX/optnone-and-attributes.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/optnone-and-attributes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/optnone-and-attributes.cpp b/clang/test/CodeGenCXX/optnone-and-attributes.cpp index 56173b5a360..870d5e9496f 100644 --- a/clang/test/CodeGenCXX/optnone-and-attributes.cpp +++ b/clang/test/CodeGenCXX/optnone-and-attributes.cpp @@ -79,4 +79,4 @@ int exported_optnone_func(int a) { // CHECK: attributes [[NORETURN]] = { noinline noreturn {{.*}} optnone // CHECK: attributes [[DLLIMPORT]] = -// CHECK-SAME-NOT: optnone +// CHECK-NOT: optnone |