Skip to content

Commit 4c0e67c

Browse files
authored
Merge pull request swiftlang#37283 from CodaFi/time-for-tee
Re-Enable IR Hash Test
2 parents 7be99e4 + a4eed80 commit 4c0e67c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
// Ensure that the LLVMIR hash of the 2nd compilation in batch mode
22
// is consistent no matter if the first one generates code or not.
33

4-
// This test fails in some configurations.
5-
// REQUIRES: rdar_62338337
6-
74
// RUN: %empty-directory(%t)
85
// RUN: echo 'public enum E: Error {}' >%t/main.swift
96
// RUN: echo >%t/other.swift
10-
// RUN: touch -t 201901010101 %t/*.swift
117

128
// RUN: cd %t; %target-swift-frontend -c -g -enable-batch-mode -module-name main -primary-file ./main.swift -primary-file other.swift
139

@@ -20,7 +16,7 @@
2016

2117
// Ensure that code generation was not performed for other.swift
2218

23-
// RUN: ls -t %t | %FileCheck %s
19+
// RUN: ls -1t %t | %FileCheck %s
2420

2521
// CHECK: other.swift
2622
// CHECK: other.o

0 commit comments

Comments
 (0)