Files
swift-mirror/test/Demangle/recursion-limit.swift
Alastair Houghton af13791f5f [Tests][Demangling] Remove the sed.
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
2021-09-09 16:02:41 +01:00

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