Fix indent

This commit is contained in:
Joe Rickerby
2020-05-05 21:32:57 +01:00
parent 729bab42c8
commit 73425d4bb8
+2 -2
View File
@@ -128,8 +128,8 @@ def test_cpp17(tmp_path):
project.template_context['extra_compile_args'] = ['-std=c++17', '-Wno-register']
project.template_context['spam_cpp_top_level_add'] = textwrap.dedent('''
#include <utility>
auto a = std::pair(5.0, false);
#include <utility>
auto a = std::pair(5.0, false);
''')
project.generate(project_dir)