tenfourfox/tools/check-moz-style/tests/test2.patch

10 lines
157 B
Diff
Raw Normal View History

2017-04-19 07:56:45 +00:00
# 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;
+}