Skip to content

Commit dea01e5

Browse files
committed
UTF_ThreadsafeDataSharing.ipf/TEST_CASE_END_OVERRIDE: Move TestCaseEndCommon to the bottom
This is what we usually do.
1 parent 8e4e6ae commit dea01e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Packages/tests/Basic/UTF_ThreadsafeDataSharing.ipf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ End
1414

1515
static Function TEST_CASE_END_OVERRIDE(string testname)
1616

17-
TestCaseEndCommon(testname)
18-
1917
TUFXOP_Clear/N=(KEY)/Q/Z
18+
19+
TestCaseEndCommon(testname)
2020
End
2121

2222
static Function ChecksParams()

0 commit comments

Comments
 (0)