Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b9c9b3e

Browse files
committedDec 12, 2023
remove a cranelift test that doesn't make sense any more
1 parent 9ef1e35 commit b9c9b3e

File tree

2 files changed

+0
-60
lines changed

2 files changed

+0
-60
lines changed
 

‎compiler/rustc_codegen_cranelift/build_system/tests.rs

-5
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@ const BASE_SYSROOT_SUITE: &[TestCase] = &[
7575
"example/arbitrary_self_types_pointers_and_wrappers.rs",
7676
&[],
7777
),
78-
TestCase::build_bin_and_run(
79-
"aot.issue_91827_extern_types",
80-
"example/issue-91827-extern-types.rs",
81-
&[],
82-
),
8378
TestCase::build_lib("build.alloc_system", "example/alloc_system.rs", "lib"),
8479
TestCase::build_bin_and_run("aot.alloc_example", "example/alloc_example.rs", &[]),
8580
TestCase::jit_bin("jit.std_example", "example/std_example.rs", ""),

‎compiler/rustc_codegen_cranelift/example/issue-91827-extern-types.rs

-55
This file was deleted.

0 commit comments

Comments
 (0)
Failed to load comments.