diff options
| author | Niv Kaminer <nivkner@zoho.com> | 2018-12-18 15:38:43 +0200 |
|---|---|---|
| committer | Niv Kaminer <nivkner@zoho.com> | 2018-12-19 10:51:47 +0200 |
| commit | 86808249b4bc213540d41989c7c12df48021593d (patch) | |
| tree | 4f79eb5d1cf22f940b37fc0cb4094ac89cb6a898 | |
| parent | 5d7fad35eb66bcd128b8897dd8c84e75c1aa142d (diff) | |
| download | rust-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.c | 6 |
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; |
