summaryrefslogtreecommitdiff
path: root/tests/test/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/driver.cxx')
-rw-r--r--tests/test/driver.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/test/driver.cxx b/tests/test/driver.cxx
deleted file mode 100644
index fb2939d..0000000
--- a/tests/test/driver.cxx
+++ /dev/null
@@ -1,13 +0,0 @@
-// file: tests/test/driver.cxx -*- C++ -*-
-
-#include <iostream>
-
-#include <libformat/format.hxx>
-
-int
-main ()
-{
- using namespace std;
-
- cout << format ("Hello", "World") << endl;
-}