From 1e2c524d740bcc71e6b3bd5f4e985b0645be1ddf Mon Sep 17 00:00:00 2001 From: jwellbelove Date: Mon, 8 Dec 2014 20:29:09 +0000 Subject: [PATCH] Changed test structure --- test/test_variant.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_variant.cpp b/test/test_variant.cpp index d81b2c79..59879768 100644 --- a/test/test_variant.cpp +++ b/test/test_variant.cpp @@ -324,9 +324,9 @@ namespace s = s_; } - char c; - int i; + char c; std::string s; + int i; }; test_variant_1 variant;