summaryrefslogtreecommitdiff
path: root/libformat/tests/test/driver.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-04 15:35:08 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-04 15:35:08 +0200
commit8728018f93a73b08a68ab1cea502a5f6b4a2a79e (patch)
tree9e70e77ce7d1c31cce8f1b29103e2dfdb7583603 /libformat/tests/test/driver.cxx
parentf26b449f825c0641328597b48cacf0d827a63147 (diff)
Regenerate libformat using bdep-new
Diffstat (limited to 'libformat/tests/test/driver.cxx')
-rw-r--r--libformat/tests/test/driver.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/libformat/tests/test/driver.cxx b/libformat/tests/test/driver.cxx
deleted file mode 100644
index 1cf2959..0000000
--- a/libformat/tests/test/driver.cxx
+++ /dev/null
@@ -1,16 +0,0 @@
-// file: tests/test/driver.cxx -*- C++ -*-
-
-#include <iostream>
-
-#include <libformat/format.hxx>
-
-int
-main ()
-{
- using namespace std;
- using namespace format;
-
- cout << message ("Hello", "World", volume::quiet) << endl;
- cout << message ("Hello", "World", volume::normal) << endl;
- cout << message ("Hello", "World", volume::loud) << endl;
-}