mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Use assert functions on various platforms.
This commit is contained in:
committed by
Christoffer Lerno
parent
446396da4c
commit
bc4ed2b213
@@ -126,7 +126,7 @@ class Issues:
|
||||
|
||||
self.current_file.close()
|
||||
print("- " + self.sourcefile.filepath + ":", end="")
|
||||
self.compile("--test compile " + self.current_file.filepath)
|
||||
self.compile("--test --fast compile " + self.current_file.filepath)
|
||||
if not self.has_errors:
|
||||
self.conf.numsuccess += 1
|
||||
print(" Passed.")
|
||||
@@ -191,7 +191,7 @@ class Issues:
|
||||
files_to_compile += " " + file.filepath
|
||||
|
||||
|
||||
self.compile("--test compile " + files_to_compile)
|
||||
self.compile("--test --fast compile " + files_to_compile)
|
||||
if self.has_errors: return
|
||||
|
||||
for file in self.files:
|
||||
|
||||
Reference in New Issue
Block a user