From a32c930d2fc18b993fcf09d47404a33513892de1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 10 Sep 2018 14:54:47 +0300 Subject: Align with latest bdep-new --- libhello/tests/basics/driver.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libhello/tests/basics/driver.cxx') 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 #include -using namespace std; -using namespace hello; - int main () { + using namespace std; + using namespace hello; + // Basics. // { -- cgit v1.1