diff options
Diffstat (limited to 'clang/test/CodeGenCXX/optnone-templates.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/optnone-templates.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/optnone-templates.cpp b/clang/test/CodeGenCXX/optnone-templates.cpp index 45a72b3b176..9f97d832c1e 100644 --- a/clang/test/CodeGenCXX/optnone-templates.cpp +++ b/clang/test/CodeGenCXX/optnone-templates.cpp @@ -100,5 +100,5 @@ void container3() // CHECK: attributes [[NORMAL]] = -// CHECK-SAME-NOT: optnone +// CHECK-NOT: optnone // CHECK: attributes [[OPTNONE]] = {{.*}} optnone |