Skip to content

Commit 01c22b3

Browse files
Merge pull request #68955 from rastogishubham/FixSwiftTests
Fix llvm-cas tests to match new cmd line argument format
2 parents 67a8720 + 8db6242 commit 01c22b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/CAS/cas_fs.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// RUN: mkdir -p %t/empty
33
// RUN: mkdir -p %t/cas
44

5-
// RUN: llvm-cas --cas %t/cas --ingest --data %t/empty > %t/empty.casid
5+
// RUN: llvm-cas --cas %t/cas --ingest %t/empty > %t/empty.casid
66
// RUN: not %target-swift-frontend -typecheck -cache-compile-job -cas-fs @%t/empty.casid -cas-path %t/cas %s 2>&1 | %FileCheck %s --check-prefix NO-INPUTS
77
// NO-INPUTS: error: error opening input file
88

9-
// RUN: llvm-cas --cas %t/cas --ingest --data %s > %t/source.casid
9+
// RUN: llvm-cas --cas %t/cas --ingest %s > %t/source.casid
1010
// RUN: not %target-swift-frontend -typecheck -cache-compile-job -cas-fs @%t/source.casid -cas-path %t/cas %s 2>&1 | %FileCheck %s --check-prefix NO-RESOURCES
1111
// NO-RESOURCES: error: unable to load standard library
1212

0 commit comments

Comments
 (0)