mirror of
https://github.com/catchorg/Catch2.git
synced 2026-05-04 03:40:49 +02:00
Fixed broken meta-test
This commit is contained in:
@@ -47,7 +47,7 @@ struct Opaque
|
||||
int val;
|
||||
bool operator ==( const Opaque& o )
|
||||
{
|
||||
return val = o.val;
|
||||
return val == o.val;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user