summaryrefslogtreecommitdiff
path: root/libhello/tests/basics/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'libhello/tests/basics/driver.cxx')
-rw-r--r--libhello/tests/basics/driver.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/libhello/tests/basics/driver.cxx b/libhello/tests/basics/driver.cxx
index 1f0a479..a7ef847 100644
--- a/libhello/tests/basics/driver.cxx
+++ b/libhello/tests/basics/driver.cxx
@@ -5,11 +5,11 @@
#include <libhello/version.hxx>
#include <libhello/hello.hxx>
-using namespace std;
-using namespace hello;
-
int main ()
{
+ using namespace std;
+ using namespace hello;
+
// Basics.
//
{