aboutsummaryrefslogtreecommitdiff
path: root/spec/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spec/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/main.cpp b/spec/main.cpp
index f238e70..352ecba 100644
--- a/spec/main.cpp
+++ b/spec/main.cpp
@@ -4,7 +4,5 @@
int main(int argc, char **argv) {
QApplication app(argc, argv);
- printf("foobar");
-
return runAllTests();
}