summaryrefslogtreecommitdiffstats
path: root/tools/check-moz-style/tests/test2.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tools/check-moz-style/tests/test2.patch')
-rw-r--r--tools/check-moz-style/tests/test2.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/check-moz-style/tests/test2.patch b/tools/check-moz-style/tests/test2.patch
new file mode 100644
index 000000000..e497ec0cf
--- /dev/null
+++ b/tools/check-moz-style/tests/test2.patch
@@ -0,0 +1,9 @@
+# Test
+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;
++}