Fix indent
This commit is contained in:
@@ -128,8 +128,8 @@ def test_cpp17(tmp_path):
|
|||||||
project.template_context['extra_compile_args'] = ['-std=c++17', '-Wno-register']
|
project.template_context['extra_compile_args'] = ['-std=c++17', '-Wno-register']
|
||||||
|
|
||||||
project.template_context['spam_cpp_top_level_add'] = textwrap.dedent('''
|
project.template_context['spam_cpp_top_level_add'] = textwrap.dedent('''
|
||||||
#include <utility>
|
#include <utility>
|
||||||
auto a = std::pair(5.0, false);
|
auto a = std::pair(5.0, false);
|
||||||
''')
|
''')
|
||||||
project.generate(project_dir)
|
project.generate(project_dir)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user