mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-03 09:21:02 +00:00
Change ne into !=.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36135 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
43b40035ba
commit
25d50d6f6a
@ -12,7 +12,7 @@ proc execOneLine { test PRS outcome lineno line } {
|
||||
switch "$code" {
|
||||
CHILDSTATUS {
|
||||
set status [lindex $::errorCode 2]
|
||||
if { $status ne 0 } {
|
||||
if { $status != 0 } {
|
||||
set resultmsg "$test: exit($status)$errmsg"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user