Skip to content

Commit 8fa1ee1

Browse files
committed
[NFC] Remove redundant empty test case file
1 parent 47a4505 commit 8fa1ee1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

test/IRGen/Inputs/empty.swift

Lines changed: 0 additions & 1 deletion
This file was deleted.

test/IRGen/module_hash.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,19 @@
3232
// CHECK: test.o: prev MD5=[[TEST2_MD5]] recompiling
3333

3434
// RUN: echo "empty file" >>%t/log
35-
// RUN: %target-swift-frontend -c -primary-file %S/Inputs/empty.swift -module-name=empty -o %t/empty.o -Xllvm -debug-only=irgen 2>>%t/log
35+
// RUN: %target-swift-frontend -c -primary-file %S/../Inputs/empty.swift -module-name=empty -o %t/empty.o -Xllvm -debug-only=irgen 2>>%t/log
3636
// RUN: echo "empty file with profiling" >>%t/log
37-
// RUN: %target-swift-frontend -c -primary-file %S/Inputs/empty.swift -module-name=empty -o %t/empty.o -Xllvm -debug-only=irgen -profile-generate 2>>%t/log
37+
// RUN: %target-swift-frontend -c -primary-file %S/../Inputs/empty.swift -module-name=empty -o %t/empty.o -Xllvm -debug-only=irgen -profile-generate 2>>%t/log
3838

3939
// CHECK-LABEL: empty file
4040
// CHECK: empty.o: MD5=[[EMPTY_MD5:[0-9a-f]+]]
4141
// CHECK-LABEL: empty file with profiling
4242
// CHECK: empty.o: prev MD5=[[EMPTY_MD5]] recompiling
4343

4444
// RUN: echo "empty file" >>%t/log
45-
// RUN: %target-swift-frontend -c -primary-file %S/Inputs/empty.swift -module-name=empty -o %t/empty.o -Xllvm -debug-only=irgen 2>>%t/log
45+
// RUN: %target-swift-frontend -c -primary-file %S/../Inputs/empty.swift -module-name=empty -o %t/empty.o -Xllvm -debug-only=irgen 2>>%t/log
4646
// RUN: echo "empty file with fuzzer" >>%t/log
47-
// RUN: %target-swift-frontend -c -primary-file %S/Inputs/empty.swift -module-name=empty -o %t/empty.o -Xllvm -debug-only=irgen -sanitize=fuzzer 2>>%t/log
47+
// RUN: %target-swift-frontend -c -primary-file %S/../Inputs/empty.swift -module-name=empty -o %t/empty.o -Xllvm -debug-only=irgen -sanitize=fuzzer 2>>%t/log
4848

4949
// CHECK-LABEL: empty file
5050
// CHECK: empty.o: MD5=[[EMPTY_MD5_2:[0-9a-f]+]]

0 commit comments

Comments
 (0)