diff options
Diffstat (limited to 'test/CodeGenCXX/optnone-templates.cpp')
-rw-r--r-- | test/CodeGenCXX/optnone-templates.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/optnone-templates.cpp b/test/CodeGenCXX/optnone-templates.cpp index 45a72b3b1766a..9f97d832c1e25 100644 --- a/test/CodeGenCXX/optnone-templates.cpp +++ b/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 |