Fix a minor bug in test

llvm-svn: 263028
This commit is contained in:
Xinliang David Li 2016-03-09 17:13:18 +00:00
parent a35b8fcef8
commit d4312d8af0
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ uint64_t libEntry(char *Buffer, uint64_t MaxSize) {
uint64_t Size = __llvm_profile_get_size_for_buffer();
if (Size > MaxSize)
return 1;
return 0;
__llvm_profile_reset_counters();