summaryrefslogtreecommitdiff
path: root/tests/headers/anon_enum.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/anon_enum.hpp')
-rw-r--r--tests/headers/anon_enum.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/headers/anon_enum.hpp b/tests/headers/anon_enum.hpp
deleted file mode 100644
index c7405202..00000000
--- a/tests/headers/anon_enum.hpp
+++ /dev/null
@@ -1,5 +0,0 @@
-struct Test {
- int foo;
- float bar;
- enum { T_NONE };
-};