Skip to content

Commit 8680824

Browse files
committed
FIXME(2665) remove fixme since the c files are included by the testsuite
1 parent 5d7fad3 commit 8680824

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/test/auxiliary/rust_test_helpers.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,7 @@ rust_get_null_ptr() {
163163
return 0;
164164
}
165165

166-
/* Debug helpers strictly to verify ABI conformance.
167-
*
168-
* FIXME (#2665): move these into a testcase when the testsuite
169-
* understands how to have explicit C files included.
170-
*/
166+
// Debug helpers strictly to verify ABI conformance.
171167

172168
struct quad {
173169
uint64_t a;

0 commit comments

Comments
 (0)