Skip to content

Commit 08c7777

Browse files
committed
Disable Swift backtracer in a deliberately-crashing test.
With the new backtracer enabled, you get extra output, so this test fails. rdar://110315737
1 parent 1a6726e commit 08c7777

File tree

1 file changed

+1
-1
lines changed
  • Tests/Functional/TestCaseLifecycle/Misuse

1 file changed

+1
-1
lines changed

Tests/Functional/TestCaseLifecycle/Misuse/main.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %{swiftc} %s -g -o %T/TestCaseLifecycleMisuse
2-
// RUN: %T/TestCaseLifecycleMisuse > %t || true
2+
// RUN: env SWIFT_BACKTRACE=enable=no %T/TestCaseLifecycleMisuse > %t || true
33
// RUN: %{xctest_checker} %t %s
44

55
#if os(macOS)

0 commit comments

Comments
 (0)