Chromium Code Reviews| Index: tests/tpm_lite/redefine.c |
| diff --git a/tests/tpm_lite/redefine.c b/tests/tpm_lite/redefine.c |
| index 030abb675515812323308451b41fbef0c78197a0..eafded16e3c2da6a9af6c6869867cbab2597b4ce 100644 |
| --- a/tests/tpm_lite/redefine.c |
| +++ b/tests/tpm_lite/redefine.c |
| @@ -28,7 +28,7 @@ int main(int argc, char** argv) { |
| TlclLibInit(); |
| TlclStartup(); |
| - TlclSelftestfull(); |
| + TlclSelfTestFull(); |
| TlclAssertPhysicalPresence(); |
| result = TlclRead(INDEX0, (uint8_t*) &x, sizeof(x)); |