We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb8495c commit cd92d8dCopy full SHA for cd92d8d
clang/test/Format/lit.local.cfg
@@ -21,7 +21,7 @@ config.suffixes = [
21
".textpb",
22
".asciipb",
23
".td",
24
- ".test"
+ ".test",
25
]
26
27
# AIX 'diff' command doesn't support --strip-trailing-cr, but the internal
@@ -31,5 +31,5 @@ if platform.system() == "AIX":
31
32
# Create an empty .clang-format-ignore file so that tests don't get messed
33
# up if one exists higher in the tree
34
-with open(".clang-format-ignore", 'w'):
+with open(".clang-format-ignore", "w"):
35
pass
0 commit comments