Browse Source

Test: don't mix up CORRADE_BUILD_DEPRECATED and MAGNUM_BUILD_DEPRECATED.

They don't necessarily have to match.
pull/556/head
Vladimír Vondruš 4 years ago
parent
commit
c7b2922cf1
  1. 2
      src/Magnum/Test/ImageViewTest.cpp

2
src/Magnum/Test/ImageViewTest.cpp

@ -608,7 +608,7 @@ void ImageViewTest::constructCompressedFromMutable() {
}
void ImageViewTest::constructNullptr() {
#ifdef CORRADE_BUILD_DEPRECATED
#ifdef MAGNUM_BUILD_DEPRECATED
CORRADE_SKIP("This is still allowed on a deprecated build, can't test.");
#endif

Loading…
Cancel
Save