summaryrefslogtreecommitdiffstats
path: root/test/SemaCUDA/cuda-inherits-calling-conv.cu
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaCUDA/cuda-inherits-calling-conv.cu')
-rw-r--r--test/SemaCUDA/cuda-inherits-calling-conv.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaCUDA/cuda-inherits-calling-conv.cu b/test/SemaCUDA/cuda-inherits-calling-conv.cu
index 67c438fa62..881f2945b1 100644
--- a/test/SemaCUDA/cuda-inherits-calling-conv.cu
+++ b/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()> {};