We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5bb23 commit 06c3c98Copy full SHA for 06c3c98
test/Sanitizers/scudo.swift
@@ -1,5 +1,5 @@
1
// RUN: %target-swiftc_driver %s -g -sanitize=scudo -o %t_scudo-binary
2
-// RUN: not %target-run %t_scudo-binary 2>&1 | %FileCheck %s
+// RUN: not --crash %target-run %t_scudo-binary 2>&1 | %FileCheck %s
3
// REQUIRES: executable_test
4
// REQUIRES: OS=linux-gnu
5
// REQUIRES: scudo_runtime
0 commit comments