mirror of
https://github.com/facebook/zstd.git
synced 2025-08-05 19:15:58 +03:00
Typo (and missing commit)
This commit is contained in:
@@ -94,7 +94,7 @@ def test_match_include() -> bool:
|
|||||||
|
|
||||||
# Simple tests to prove pragma_regex's cases.
|
# Simple tests to prove pragma_regex's cases.
|
||||||
#
|
#
|
||||||
def text_match_pragma() -> bool:
|
def test_match_pragma() -> bool:
|
||||||
if (pragma_regex.match('#pragma once') and
|
if (pragma_regex.match('#pragma once') and
|
||||||
pragma_regex.match(' #pragma once') and
|
pragma_regex.match(' #pragma once') and
|
||||||
pragma_regex.match('# pragma once') and
|
pragma_regex.match('# pragma once') and
|
||||||
@@ -230,5 +230,5 @@ try:
|
|||||||
destn = args.output
|
destn = args.output
|
||||||
add_file(args.input)
|
add_file(args.input)
|
||||||
finally:
|
finally:
|
||||||
if (not destn):
|
if (destn):
|
||||||
destn.close()
|
destn.close()
|
||||||
|
Reference in New Issue
Block a user