summaryrefslogtreecommitdiff
path: root/tests/headers/issue-573-layout-test-failures.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/issue-573-layout-test-failures.hpp')
-rw-r--r--tests/headers/issue-573-layout-test-failures.hpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/headers/issue-573-layout-test-failures.hpp b/tests/headers/issue-573-layout-test-failures.hpp
deleted file mode 100644
index ac8cbd48..00000000
--- a/tests/headers/issue-573-layout-test-failures.hpp
+++ /dev/null
@@ -1,12 +0,0 @@
-template <int>
-struct UnusedIntTemplateParam {};
-
-template <class>
-class Outer {
- static const long SIZE = 1;
- UnusedIntTemplateParam<SIZE> i;
-};
-
-class AutoIdVector {
- Outer<int> ar;
-};