From 6973d36261d8030c4836a8e25a0e95c19476978e Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Thu, 5 Dec 2013 18:54:47 +0100 Subject: Rien. --- tests/exec/passing.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/exec/passing.cpp') diff --git a/tests/exec/passing.cpp b/tests/exec/passing.cpp index 6354fa5..3a2fbf2 100644 --- a/tests/exec/passing.cpp +++ b/tests/exec/passing.cpp @@ -6,8 +6,8 @@ void incr(int &y) { int main() { int x = 5; - std::cout << "x = " << x << std::endl; + std::cout << "x = " << x << "\n"; incr(x); - std::cout << "x = " << x << std::endl; + std::cout << "x = " << x << "\n"; } -- cgit v1.2.3