File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
// RUN: mkdir -p %t/empty
3
3
// RUN: mkdir -p %t/cas
4
4
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
6
6
// 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
7
7
// NO-INPUTS: error: error opening input file
8
8
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
10
10
// 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
11
11
// NO-RESOURCES: error: unable to load standard library
12
12
You can’t perform that action at this time.
0 commit comments