summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2018-07-19 20:18:37 +0000
committerTeresa Johnson <tejohnson@google.com>2018-07-19 20:18:37 +0000
commitfe6fc19e8a5c8c3628c92ab7bb31c198b112c760 (patch)
tree9d0d2bfabdf4b9086a3d1f2b8f826ecd0d393335 /test
parent3640f73c3f31b32f2eed19dead7b4eb53db2107f (diff)
[profile] Fix typo in test
Noticed that this was causing a compiler warning in the test. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@337493 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/profile/instrprof-path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile/instrprof-path.c b/test/profile/instrprof-path.c
index 28ee8ad0a..90cb1df19 100644
--- a/test/profile/instrprof-path.c
+++ b/test/profile/instrprof-path.c
@@ -12,7 +12,7 @@
#include <string.h>
const char *__llvm_profile_get_path_prefix();
-void __llvm_profile_set_filanem(const char*);
+void __llvm_profile_set_filename(const char*);
int main(int argc, const char *argv[]) {
int i;