mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-25 18:55:48 +00:00
[update_cc_test_checks.py] Fix invalid python string escape sequence
This works with current python version but will be an error with 3.9
This commit is contained in:
parent
760ed8da98
commit
4a372093e7
@ -29,7 +29,7 @@ from UpdateTestChecks import asm, common
|
||||
ADVERT = '// NOTE: Assertions have been autogenerated by '
|
||||
|
||||
CHECK_RE = re.compile(r'^\s*//\s*([^:]+?)(?:-NEXT|-NOT|-DAG|-LABEL)?:')
|
||||
RUN_LINE_RE = re.compile('^//\s*RUN:\s*(.*)$')
|
||||
RUN_LINE_RE = re.compile(r'^//\s*RUN:\s*(.*)$')
|
||||
|
||||
SUBST = {
|
||||
'%clang': [],
|
||||
|
Loading…
x
Reference in New Issue
Block a user