[PATCH] D58455: [llvm-readobj]Test basic command-line handling
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 21 01:55:05 PST 2019
grimar added inline comments.
================
Comment at: test/tools/llvm-readobj/basic.test:4
+
+RUN: touch %t.empty
+RUN: not llvm-readobj %t.empty 2>&1 | FileCheck --check-prefix=EMPTY %s
----------------
I would suggest adding a short single-line description of each test.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58455/new/
https://reviews.llvm.org/D58455
More information about the llvm-commits
mailing list