summaryrefslogtreecommitdiff
path: root/tests/headers/issue-848/an-include.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/issue-848/an-include.h')
-rw-r--r--tests/headers/issue-848/an-include.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/headers/issue-848/an-include.h b/tests/headers/issue-848/an-include.h
deleted file mode 100644
index 0421d19f..00000000
--- a/tests/headers/issue-848/an-include.h
+++ /dev/null
@@ -1,17 +0,0 @@
-template<typename T>
-class nsTArray {
- void* mBuffer;
-};
-
-/**
- * This is intended to replace another type, but won't if we treat this include
- * as a system include, because clang doesn't parse comments there.
- *
- * See #848.
- *
- * <div rustbindgen replaces="nsTArray"></div>
- */
-template<typename T>
-class nsTArray_Simple {
- T* m;
-};