We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c842571 commit 0809b52Copy full SHA for 0809b52
test/usage_test.f90
@@ -52,7 +52,7 @@ function test_usage() result(tests)
52
[ it("creates a resource when constructed", check_creation) &
53
, it("removes the resource when the object goes out of scope", check_deletion) &
54
, it("copy points to the same resource as the original", check_copy) &
55
- , it("has zero references afrer a shallow copy goes out of scope", check_shallow_copy) &
+ , it("has zero references after a shallow copy goes out of scope", check_shallow_copy) &
56
])
57
end function
58
0 commit comments