X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FScripts%2Fcoff-dump.py;h=36ec53932c638be69bb556ee214c8fbb3ca9f3d9;hb=1518afddea6c0a4275a9ac64a9ffe2b6b4c0600a;hp=a75cf6bede2fa02ed0e593e703f216e7c71dfe03;hpb=6ab219de7e8aa36aee266f111ac5e08ec8e4a16d;p=oota-llvm.git diff --git a/test/Scripts/coff-dump.py b/test/Scripts/coff-dump.py index a75cf6bede2..36ec53932c6 100755 --- a/test/Scripts/coff-dump.py +++ b/test/Scripts/coff-dump.py @@ -365,10 +365,10 @@ def read_value(expr): raise RuntimeError("unexpected token %s" % repr(token)) - value = eval () + value = eval() try: - input.next () + input.next() except StopIteration: return value raise RuntimeError("unexpected input at end of expression")