about summary refs log tree commit diff
path: root/tests/codegen/catch-unwind.rs
diff options
context:
space:
mode:
authorWANG Rui <wangrui@loongson.cn>2023-04-14 17:42:08 +0800
committerWANG Rui <wangrui@loongson.cn>2023-04-30 00:06:26 +0800
commit4375d3b2032865c7011b3e009710f96a1a02a246 (patch)
tree33f4ff9b86535d3ad8ba3af423ea010b0cbac6a2 /tests/codegen/catch-unwind.rs
parentf2299490c11b0c53ece5f6a13dd092fc9c99d264 (diff)
downloadrust-4375d3b2032865c7011b3e009710f96a1a02a246.tar.gz
rust-4375d3b2032865c7011b3e009710f96a1a02a246.zip
tests: Add tests for LoongArch64
Diffstat (limited to 'tests/codegen/catch-unwind.rs')
-rw-r--r--tests/codegen/catch-unwind.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/codegen/catch-unwind.rs b/tests/codegen/catch-unwind.rs
index b90ef104ce7..6b63b83ef45 100644
--- a/tests/codegen/catch-unwind.rs
+++ b/tests/codegen/catch-unwind.rs
@@ -10,6 +10,8 @@
 // ignore-riscv64 FIXME
 // On s390x the closure is also in another function
 // ignore-s390x FIXME
+// On loongarch64 the closure is also in another function
+// ignore-loongarch64 FIXME
 
 #![crate_type = "lib"]
 #![feature(c_unwind)]