diff options
Diffstat (limited to 'clang/test/SemaCUDA/cuda-inherits-calling-conv.cu')
| -rw-r--r-- | clang/test/SemaCUDA/cuda-inherits-calling-conv.cu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaCUDA/cuda-inherits-calling-conv.cu b/clang/test/SemaCUDA/cuda-inherits-calling-conv.cu index 67c438fa621..881f2945b1b 100644 --- a/clang/test/SemaCUDA/cuda-inherits-calling-conv.cu +++ b/clang/test/SemaCUDA/cuda-inherits-calling-conv.cu @@ -24,7 +24,7 @@ struct Foo<T()> {}; // expected-no-diagnostics #else // expected-error@+4 {{redefinition of 'Foo}} -// expected-warning@+3 {{calling convention '__fastcall' ignored}} +// expected-warning@+3 {{'__fastcall' calling convention ignored}} #endif template <class T> struct Foo<T __fastcall()> {}; |

