Index: tests/test.py
===================================================================
--- tests/test.py	(revision 65583e2f5b53ff628487cc8ad56ab3f1b18108c8)
+++ tests/test.py	(revision 62cc2318c75fe73c7ff1e211ec1614528d1486f5)
@@ -206,5 +206,5 @@
 
 		else:
-			if os.stat(out_file).st_size < 1048576
+			if os.stat(out_file).st_size < 1048576:
 				with open (out_file, "r") as myfile:
 					error = myfile.read()
