Skip to content

Commit

Permalink
Merge pull request #18 from ARM-software/master
Browse files Browse the repository at this point in the history
resolving Git auto-merge error.
  • Loading branch information
prasanth-pulla authored Jun 1, 2017
2 parents a91c589 + e01b8fe commit 13ebdd7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion patches/luvos.patch
Original file line number Diff line number Diff line change
Expand Up @@ -11564,7 +11564,10 @@ index 0000000..07cb085
++ "_STA", NULL, 0, method_test_STA_return, "_STA");
++}
++
++ return FWTS_OK;
++static int sbbr_method_test_UID(fwts_framework *fw)
++{
++ return method_evaluate_method(fw, METHOD_MANDATORY,
++ "_UID", NULL, 0, method_test_UID_return, NULL);
++}
++
++
Expand Down

0 comments on commit 13ebdd7

Please sign in to comment.