summaryrefslogtreecommitdiff
path: root/tests/run-make/forced-unwind-terminate-pof/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/forced-unwind-terminate-pof/Makefile')
-rw-r--r--tests/run-make/forced-unwind-terminate-pof/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/run-make/forced-unwind-terminate-pof/Makefile b/tests/run-make/forced-unwind-terminate-pof/Makefile
new file mode 100644
index 00000000000..871621520b9
--- /dev/null
+++ b/tests/run-make/forced-unwind-terminate-pof/Makefile
@@ -0,0 +1,9 @@
+# ignore-cross-compile
+# only-linux
+include ../tools.mk
+
+all: foo
+ $(call RUN,foo) | $(CGREP) -v "cannot unwind"
+
+foo: foo.rs
+ $(RUSTC) $<