Some repositories couldn't be updated, please check application logs for details.
BadCredentialsException: 401 {"message": "Bad credentials", "documentation_url": "https://docs.github.com/rest", "status": "401"}

aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/chromium.cpp3
-rw-r--r--test/file.cpp3
2 files changed, 6 insertions, 0 deletions
diff --git a/test/chromium.cpp b/test/chromium.cpp
new file mode 100644
index 0000000..c2b0e40
--- /dev/null
+++ b/test/chromium.cpp
@@ -0,0 +1,3 @@
+int a() {
+ return 42;
+}
diff --git a/test/file.cpp b/test/file.cpp
new file mode 100644
index 0000000..548ff67
--- /dev/null
+++ b/test/file.cpp
@@ -0,0 +1,3 @@
+int b() {
+ return 42;
+}