Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
Fix an assertion that was too strong
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/lnt/trunk@218902 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Chris Matthews committed Oct 2, 2014
1 parent de30a1f commit 042d7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lnt/tests/nt.py
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ def check(self):
assert self.compile_status is not None, msg
assert self.execution_status is not None, msg
assert self.compile_time is not None, msg
assert self.execution_time is not None, msg

self.valid = True

def is_rerunable(self):
Expand Down

0 comments on commit 042d7d0

Please sign in to comment.