aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/AnnoyingScalar.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/AnnoyingScalar.h')
-rw-r--r--test/AnnoyingScalar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/AnnoyingScalar.h b/test/AnnoyingScalar.h
index 08854a114..b5b1476fe 100644
--- a/test/AnnoyingScalar.h
+++ b/test/AnnoyingScalar.h
@@ -22,7 +22,7 @@ struct my_exception
// An AnnoyingScalar is a pseudo scalar type that:
// - can randomly through an exception in operator +
-// - randomly allocate on the heap or initialize a reference to itself making it non trivially copyable, nor movable.
+// - randomly allocate on the heap or initialize a reference to itself making it non trivially copyable, nor movable, nor relocatable.
class AnnoyingScalar
{