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 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
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
You can’t perform that action at this time.
0 commit comments