mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
250 B
Swift
10 lines
250 B
Swift
/// Don't ask to file a bug report on a script failure.
|
|
|
|
// REQUIRES: swift_interpreter
|
|
|
|
// RUN: not --crash %target-swift-frontend -interpret %s 2>&1 | %FileCheck %s
|
|
|
|
assert(false)
|
|
// CHECK: Assertion failed
|
|
// CHECK-NOT: Please submit a bug report
|