File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 1
1
// Ensure that the LLVMIR hash of the 2nd compilation in batch mode
2
2
// is consistent no matter if the first one generates code or not.
3
3
4
- // This test fails in some configurations.
5
- // REQUIRES: rdar_62338337
6
-
7
4
// RUN: %empty-directory(%t)
8
5
// RUN: echo 'public enum E: Error {}' >%t/main.swift
9
6
// RUN: echo >%t/other.swift
10
- // RUN: touch -t 201901010101 %t/*.swift
11
7
12
8
// RUN: cd %t; %target-swift-frontend -c -g -enable-batch-mode -module-name main -primary-file ./main.swift -primary-file other.swift
13
9
20
16
21
17
// Ensure that code generation was not performed for other.swift
22
18
23
- // RUN: ls -t %t | %FileCheck %s
19
+ // RUN: ls -1t %t | %FileCheck %s
24
20
25
21
// CHECK: other.swift
26
22
// CHECK: other.o
You can’t perform that action at this time.
0 commit comments