Skip to content

Commit

Permalink
[OGSMOD-3840] Fix two failed cases in RelWithDebInfo. (PixarAnimation…
Browse files Browse the repository at this point in the history
  • Loading branch information
yangel2017 authored and GitHub Enterprise committed Aug 7, 2023
1 parent 4a32b2e commit 446650b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pxr/usd/sdf/testenv/testSdfAttributeBlocking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,5 @@ int main(int argc, char** argv) {
layer->GetFieldAs<SdfValueBlock>(defAttr->GetPath(), SdfFieldKeys->Default);

printf(">>> Test SUCCEEDED\n");
return 0;
}
1 change: 1 addition & 0 deletions pxr/usd/usd/testenv/testUsdAttributeBlocking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -257,4 +257,5 @@ int main(int argc, char** argv) {
}

printf("\n\n>>> Test SUCCEEDED\n");
return 0;
}

0 comments on commit 446650b

Please sign in to comment.