Add success output to check_symbol_namespace

Otherwise Make is vague if it did anything
This commit is contained in:
Thom Wiggers 2019-01-23 12:12:08 +01:00
부모 e19a0a3afa
커밋 b657d988b4
No known key found for this signature in database
GPG 키 ID: 001BB0A7CE26E363

파일 보기

@ -35,3 +35,5 @@ if non_namespaced:
for symbol in non_namespaced:
print("\t{}".format(symbol), file=sys.stderr)
sys.exit(1)
else:
print("Checking {} succeeded".format(SCHEME))