summaryrefslogtreecommitdiffhomepage
path: root/test/util/test_util_runfiles.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/util/test_util_runfiles.cc')
-rw-r--r--test/util/test_util_runfiles.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/util/test_util_runfiles.cc b/test/util/test_util_runfiles.cc
index 7210094eb..694d21692 100644
--- a/test/util/test_util_runfiles.cc
+++ b/test/util/test_util_runfiles.cc
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+#ifndef __fuchsia__
+
#include <iostream>
#include <string>
@@ -44,3 +46,5 @@ std::string RunfilePath(std::string path) {
} // namespace testing
} // namespace gvisor
+
+#endif // __fuchsia__