diff --git a/tests/test_class.py b/tests/test_class.py index 183374c..a932589 100644 --- a/tests/test_class.py +++ b/tests/test_class.py @@ -2959,6 +2959,7 @@ def test_class_volatile(): ) ) + def test_class_mutable(): content = """ class Foo @@ -2996,4 +2997,4 @@ def test_class_mutable(): ) ] ) - ) \ No newline at end of file + ) diff --git a/tests/test_fn.py b/tests/test_fn.py index ef91532..c8d974a 100644 --- a/tests/test_fn.py +++ b/tests/test_fn.py @@ -822,6 +822,7 @@ def test_fn_trailing_return_std_function(): ) ) + def test_inline_volatile_fn(): content = """ inline int Standard_Atomic_Increment (volatile int* theValue); @@ -855,4 +856,4 @@ def test_inline_volatile_fn(): ) ] ) - ) \ No newline at end of file + )