Skip to content

Commit 77cb279

Browse files
committed
errno needs an import.
1 parent b6257f7 commit 77cb279

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sanity/checker.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import sys
22
import os
33
import subprocess as sp
4+
import errno
45

56
explain_LLVM_COMPILER = """
67

0 commit comments

Comments
 (0)