llvm-for-llvmta/test/tools/llvm-rc/flags.test

5 lines
263 B
Plaintext
Raw Permalink Normal View History

2022-04-25 10:02:23 +02:00
; RUN: llvm-rc /dry-run /FO %t -- %p/Inputs/empty.rc 2>&1 | FileCheck %s --allow-empty --check-prefix=FO
; RUN: llvm-rc /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.