From 6603629786c078403612bb4df1b1a40607627de9 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Tue, 11 Feb 2020 18:20:37 +0100
Subject: [PATCH] Auto-format

---
 tests/test_dynamic_function.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_dynamic_function.py b/tests/test_dynamic_function.py
index 4e266d1..0c0a765 100644
--- a/tests/test_dynamic_function.py
+++ b/tests/test_dynamic_function.py
@@ -62,7 +62,7 @@ def test_dynamic_matrix_location_dependent():
     A = TypedMatrixSymbol('A', 3, 1, create_type('double'), 'Vector3<double>')
 
     my_fun_call = DynamicFunction(TypedSymbol('my_fun',
-                                              'std: : function < Vector3 < double > (int, int, int) >'),
+                                              'std::function< Vector3 < double >(int, int, int) >'),
                                   A.dtype,
                                   *pystencils.x_vector(3))
 
-- 
GitLab