about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNiv Kaminer <nivkner@zoho.com>2018-12-18 15:38:43 +0200
committerNiv Kaminer <nivkner@zoho.com>2018-12-19 10:51:47 +0200
commit86808249b4bc213540d41989c7c12df48021593d (patch)
tree4f79eb5d1cf22f940b37fc0cb4094ac89cb6a898
parent5d7fad35eb66bcd128b8897dd8c84e75c1aa142d (diff)
downloadrust-86808249b4bc213540d41989c7c12df48021593d.tar.gz
rust-86808249b4bc213540d41989c7c12df48021593d.zip
FIXME(2665) remove fixme since the c files are included by the testsuite
-rw-r--r--src/test/auxiliary/rust_test_helpers.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/test/auxiliary/rust_test_helpers.c b/src/test/auxiliary/rust_test_helpers.c
index 2a14b3da7b7..feb51557ec6 100644
--- a/src/test/auxiliary/rust_test_helpers.c
+++ b/src/test/auxiliary/rust_test_helpers.c
@@ -163,11 +163,7 @@ rust_get_null_ptr() {
     return 0;
 }
 
-/* Debug helpers strictly to verify ABI conformance.
- *
- * FIXME (#2665): move these into a testcase when the testsuite
- * understands how to have explicit C files included.
- */
+// Debug helpers strictly to verify ABI conformance.
 
 struct quad {
     uint64_t a;