From 86808249b4bc213540d41989c7c12df48021593d Mon Sep 17 00:00:00 2001 From: Niv Kaminer Date: Tue, 18 Dec 2018 15:38:43 +0200 Subject: [PATCH] FIXME(2665) remove fixme since the c files are included by the testsuite --- src/test/auxiliary/rust_test_helpers.c | 6 +----- 1 file changed, 1 insertion(+), 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;