Revert "[FrontEnd] Pretty stack trace indicating running user code"

This commit is contained in:
Mishal Shah
2019-11-19 15:37:58 -08:00
committed by GitHub
parent fae3590077
commit b8866006c3
2 changed files with 0 additions and 21 deletions

View File

@@ -1,15 +0,0 @@
// RUN: echo %s > %t.filelist.txt
// RUN: not --crash %target-swift-frontend -interpret -filelist %t.filelist.txt 2>&1 | %FileCheck %s
// CHECK: Stack dump:
// CHECK-NEXT: Program arguments:
// CHECK-NEXT: Swift version
// CHECK-NEXT: Contents of {{.*}}.filelist.txt:
// CHECK-NEXT: ---
// CHECK-NEXT: crash-in-user-code.swift
// CHECK-NEXT: ---
// CHECK-NEXT: While running user code "{{.*}}crash-in-user-code.swift"
let x: Int? = nil
x!