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 b0d3b39 commit bf4dadcCopy full SHA for bf4dadc
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