gecko/tools/check-moz-style/tests/test3.patch
2013-05-26 09:42:31 -04:00

13 lines
220 B
Diff

# Test
patch summary with no bug number
Some bogus patch description
diff --git a/tests/test2.cpp b/tests/test2.cpp
new file mode 100644
--- /dev/null
+++ b/tests/test2.cpp
@@ -0,0 +1,3 @@
+int main() {
+ return 0;
+}