summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2007-04-16 15:37:00 +0000
committerDuncan Sands <baldrick@free.fr>2007-04-16 15:37:00 +0000
commit389439c7c50e0016457a77c12a1a46bbd1884ce1 (patch)
treea9accf6237d147a416aa2a555a5ba1f1c2c7699f
parent4dcf8bff4ba9047bf6bfe0a5f5d3c15d4bd228ee (diff)
downloadbcm5719-llvm-389439c7c50e0016457a77c12a1a46bbd1884ce1.tar.gz
bcm5719-llvm-389439c7c50e0016457a77c12a1a46bbd1884ce1.zip
Change ne into !=.
llvm-svn: 36135
-rw-r--r--llvm/test/lib/llvm.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/lib/llvm.exp b/llvm/test/lib/llvm.exp
index 16c1adc25ea..67e6d07c702 100644
--- a/llvm/test/lib/llvm.exp
+++ b/llvm/test/lib/llvm.exp
@@ -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"
}
}
OpenPOWER on IntegriCloud