Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion llvm/test/tools/llvm-profdata/errors.test
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ RUN: not llvm-profdata show file -o file 2>&1 | FileCheck %s --check-prefix SHOW
SHOW-OUT: Input file name cannot be the same as the output file name!

RUN: not llvm-profdata 2>&1 | FileCheck %s --check-prefix EMPTY
EMPTY: No command specified!
EMPTY: No subcommand specified!
1 change: 0 additions & 1 deletion llvm/test/tools/llvm-profdata/version.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# RUN: llvm-profdata --version | FileCheck %s

# CHECK: llvm-profdata
# CHECK: LLVM version {{.*}}
Loading