Browse Source

Platform: wrap EmscriptenApplication test code in an unnamed namespace.

Like all other tests.
pull/638/head
Vladimír Vondruš 2 years ago
parent
commit
956fbcd38c
  1. 4
      src/Magnum/Platform/Test/EmscriptenApplicationTest.cpp

4
src/Magnum/Platform/Test/EmscriptenApplicationTest.cpp

@ -44,7 +44,7 @@
#include <emscripten/version.h>
#endif
namespace Magnum { namespace Platform { namespace Test {
namespace Magnum { namespace Platform { namespace Test { namespace {
using namespace Containers::Literals;
using namespace Math::Literals;
@ -203,6 +203,6 @@ EmscriptenApplicationTest::EmscriptenApplicationTest(const Arguments& arguments)
GL::Mesh mesh;
}
}}}
}}}}
MAGNUM_APPLICATION_MAIN(Magnum::Platform::Test::EmscriptenApplicationTest)

Loading…
Cancel
Save