Reformatting Fuchsia overloaded operator test

Fixing parameters in clang-tidy fuchsia-overloaded-operator test case

llvm-svn: 321378
This commit is contained in:
Julie Hockett 2017-12-22 19:15:05 +00:00
parent 33250340f4
commit 009d59facd
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ public:
// CHECK-MESSAGES-NOT: [[@LINE-1]]:3: warning: cannot overload 'operator=' [fuchsia-overloaded-operator]
};
A operator-(const A& AA, const A& BB);
A operator-(const A &A1, const A &A2);
// CHECK-MESSAGES: [[@LINE-1]]:1: warning: cannot overload 'operator-' [fuchsia-overloaded-operator]