Skip to content

Commit 89ce369

Browse files
committed
Format
Created using spr 1.3.6-beta.1
1 parent b4bcfb2 commit 89ce369

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libcxx/test/libcxx/gdb/gdb_pretty_printer_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
# we exit.
3131
has_run_tests = False
3232

33-
has_execute_mi = 'execute_mi' in gdb.__dict__
33+
has_execute_mi = "execute_mi" in gdb.__dict__
34+
3435

3536
class CheckResult(gdb.Command):
3637
def __init__(self):

0 commit comments

Comments
 (0)