forked from OSchip/llvm-project
[BOLT][TEST] Rename tests to follow standard naming scheme
Summary: The majority of tests in LLVM projects are using - instead of _ in the name, i.e. `check-something.test` is preferred over `check_something.test`. It makes sense for us to adopt the same naming scheme for our future tests and to rename existing ones. (cherry picked from FBD32185879)
This commit is contained in:
parent
2e0ad6ffe4
commit
8331f75e28
|
@ -4,4 +4,4 @@ RUN: llvm-bolt %t -o %t.bolt && \
|
|||
RUN: llvm-objdump -s -j .note.bolt_info %t.bolt | grep -v "file format" | \
|
||||
RUN: cut -c 44- | tr -d '\n' | FileCheck %s
|
||||
|
||||
CHECK: BOLT revision: {{.*}}, command line: {{.*}}llvm-bolt {{.*}}/bolt_info.test.tmp -o {{.*}}/bolt_info.test.tmp.bolt
|
||||
CHECK: BOLT revision: {{.*}}, command line: {{.*}}llvm-bolt {{.*}}/bolt-info.test.tmp -o {{.*}}/bolt-info.test.tmp.bolt
|
Loading…
Reference in New Issue