about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/build_system
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2023-12-02 14:54:14 +0100
committerRalf Jung <post@ralfj.de>2023-12-12 08:15:17 +0100
commitb9c9b3e7a28b187f06395e91235bdc560f3d0807 (patch)
tree59f5ef1baab1eb1c7aee141d407eda6538ad1baa /compiler/rustc_codegen_cranelift/build_system
parent9ef1e351665d9023483f4c281903848421319007 (diff)
downloadrust-b9c9b3e7a28b187f06395e91235bdc560f3d0807.tar.gz
rust-b9c9b3e7a28b187f06395e91235bdc560f3d0807.zip
remove a cranelift test that doesn't make sense any more
Diffstat (limited to 'compiler/rustc_codegen_cranelift/build_system')
-rw-r--r--compiler/rustc_codegen_cranelift/build_system/tests.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/compiler/rustc_codegen_cranelift/build_system/tests.rs b/compiler/rustc_codegen_cranelift/build_system/tests.rs
index 3309a0a6abd..1a38d5967f4 100644
--- a/compiler/rustc_codegen_cranelift/build_system/tests.rs
+++ b/compiler/rustc_codegen_cranelift/build_system/tests.rs
@@ -75,11 +75,6 @@ const BASE_SYSROOT_SUITE: &[TestCase] = &[
         "example/arbitrary_self_types_pointers_and_wrappers.rs",
         &[],
     ),
-    TestCase::build_bin_and_run(
-        "aot.issue_91827_extern_types",
-        "example/issue-91827-extern-types.rs",
-        &[],
-    ),
     TestCase::build_lib("build.alloc_system", "example/alloc_system.rs", "lib"),
     TestCase::build_bin_and_run("aot.alloc_example", "example/alloc_example.rs", &[]),
     TestCase::jit_bin("jit.std_example", "example/std_example.rs", ""),