aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support/string_test.c
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-03-28 09:21:56 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-03-28 09:21:56 -0700
commite5cc05b5c6cee7026a0d28d39925621451506820 (patch)
tree5a680b950edfbc64dd1edf939c572947deb1e416 /test/core/support/string_test.c
parent94f908ae84ab6d280a41e09245925ecfa612dce8 (diff)
parent97e0ebc7ce45da32aca4bad799148eb3fc1b2033 (diff)
Merge pull request #5964 from ctiller/move_the_things
Begin core componentization
Diffstat (limited to 'test/core/support/string_test.c')
-rw-r--r--test/core/support/string_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/support/string_test.c b/test/core/support/string_test.c
index c1d0f12250..e5e474d43c 100644
--- a/test/core/support/string_test.c
+++ b/test/core/support/string_test.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -31,7 +31,7 @@
*
*/
-#include "src/core/support/string.h"
+#include "src/core/lib/support/string.h"
#include <limits.h>
#include <stddef.h>