mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
I can't see why it's going wrong on Windows, and I don't want to turn the test off just for Windows. Without the "sed", if the line numbers in the remangler files change, this test will fail, which is a bit irritating but I suspect we'll live. rdar://79725187
11 lines
446 B
Swift
11 lines
446 B
Swift
; This is not really a Swift source file: -*- Text -*-
|
|
|
|
RUN: swift-demangle < %S/Inputs/bigtype.txt 2>&1 > %t.check
|
|
RUN: %diff -u %S/Inputs/bigtype-demangle.txt %t.check
|
|
|
|
RUN: swift-demangle -remangle-new < %S/Inputs/bigtype.txt > %t.check 2>&1 || true
|
|
RUN: %diff -u %S/Inputs/bigtype-remangle.txt %t.check
|
|
|
|
RUN: swift-demangle -remangle-objc-rt < %S/Inputs/bigtype.txt > %t.check 2>&1 || true
|
|
RUN: %diff -u %S/Inputs/bigtype-objcrt.txt %t.check
|