summaryrefslogtreecommitdiffstats
path: root/tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp')
-rw-r--r--tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp b/tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp
index b57d52b86..e7b58c8cf 100644
--- a/tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp
+++ b/tests/auto/core/vector4d_sse/tst_vector4d_sse.cpp
@@ -36,21 +36,6 @@ class tst_Vector4D_SSE: public QObject
{
Q_OBJECT
private Q_SLOTS:
- void checkAllocationAndAlignment()
- {
- // GIVEN
- Vector4D_SSE *m = new Vector4D_SSE();
-
- // THEN
- QVERIFY((uintptr_t)m % 16 == 0);
-
- // WHEN
- delete m;
-
- // THEN
- // Should not crash
- }
-
void defaultConstruction()
{
// GIVEN