summaryrefslogtreecommitdiff
path: root/osx/jantest/UnittestMain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'osx/jantest/UnittestMain.cpp')
-rw-r--r--osx/jantest/UnittestMain.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/osx/jantest/UnittestMain.cpp b/osx/jantest/UnittestMain.cpp
deleted file mode 100644
index 20a59c3b86ff..000000000000
--- a/osx/jantest/UnittestMain.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-//
-// main.cpp
-// jantest
-//
-// Created by Jan Iversen on 29/01/2017.
-// Copyright © 2017 Jan Iversen. All rights reserved.
-//
-
-#include <iostream>
-
-int main(int argc, const char * argv[]) {
- // insert code here...
- std::cout << "Hello, World!\n";
- return 0;
-}