forked from OSchip/llvm-project
5 lines
293 B
Plaintext
5 lines
293 B
Plaintext
; RUN: llvm-rc -no-preprocess /dry-run /FO %t -- %p/Inputs/empty.rc 2>&1 | FileCheck %s --allow-empty --check-prefix=FO
|
|
; RUN: llvm-rc -no-preprocess /dry-run /FO%t -- %p/Inputs/empty.rc 2>&1 | FileCheck %s --allow-empty --check-prefix=FO
|
|
|
|
; FO-NOT: Exactly one input file should be provided.
|