8 lines · plain
1## Test that useage message is shown when no input file is given2## And that we return non-zero.3 4# RUN: not llvm-ranlib 2>&1 | FileCheck %s5 6# CHECK: error: an archive name must be specified7# CHECK: USAGE: llvm-ranlib8 1## Test that useage message is shown when no input file is given2## And that we return non-zero.3 4# RUN: not llvm-ranlib 2>&1 | FileCheck %s5 6# CHECK: error: an archive name must be specified7# CHECK: USAGE: llvm-ranlib8