Zarko Todorovski 7f7dac7126 [NFC][llvm] Inclusive language: reword uses of sanity test and check
Part of continuing work to use more inclusive language. Reworded uses
of sanity check and sanity test in llvm/test/
2021-11-25 07:21:42 -05:00

9 lines
194 B
LLVM

; RUN: lli -jit-kind=orc-lazy %s
;
; Basic correctness check: A module with a single no-op main function runs.
define i32 @main(i32 %argc, i8** nocapture readnone %argv) {
entry:
ret i32 0
}