summaryrefslogtreecommitdiff
path: root/o3tl/qa/test-typed_flags.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'o3tl/qa/test-typed_flags.cxx')
-rw-r--r--o3tl/qa/test-typed_flags.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/o3tl/qa/test-typed_flags.cxx b/o3tl/qa/test-typed_flags.cxx
index d5b5ff7f112f..3fe327e55b9e 100644
--- a/o3tl/qa/test-typed_flags.cxx
+++ b/o3tl/qa/test-typed_flags.cxx
@@ -46,6 +46,9 @@ public:
nHint &= ConfigurationChangedHint::ONE;
CPPUNIT_ASSERT( bool(nHint &= ConfigurationChangedHint::ONE) );
+
+ ConfigurationChangedHint nHint2 = nHint & ~(ConfigurationChangedHint::ONE | ConfigurationChangedHint::TWO);
+
}
// Change the following lines only, if you add, remove or rename