Fix gcc warning in test helper file
This commit is contained in:
parent
fa81a764fb
commit
932feb2498
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ ostream &operator<<(ostream &stream, Associativity associativity) {
|
|||
return stream << "AssociativityLeft";
|
||||
case AssociativityRight:
|
||||
return stream << "AssociativityRight";
|
||||
case AssociativityNone:
|
||||
default:
|
||||
return stream << "AssociativityNone";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue