Chromium Code Reviews| Index: tests/tpm_lite/startup.c |
| diff --git a/tests/tpm_lite/startup.c b/tests/tpm_lite/startup.c |
| index 542efc5b4e74f0fc48336b69be43d51c01e690d8..532ba8ddb3c46a2385b204bf30982a1fc158e0af 100644 |
| --- a/tests/tpm_lite/startup.c |
| +++ b/tests/tpm_lite/startup.c |
| @@ -27,5 +27,6 @@ int main(int argc, char** argv) { |
| if (result != 0) { |
| printf("tpm getflags failed with 0x%x\n", result); |
| } |
| + printf("TEST SUCCEEDED\n"); |
| return 0; |
| } |