Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1250)

Unified Diff: native_client_sdk/src/libraries/nacl_mounts_test/path_test.cc

Issue 10825189: [NaCl SDK] Get nacl_mounts_tests building. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: windows fixes Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/libraries/nacl_mounts_test/path_test.cc
diff --git a/native_client_sdk/src/libraries/nacl_mounts_test/path_test.cc b/native_client_sdk/src/libraries/nacl_mounts_test/path_test.cc
index 4e3caaa0be19d7d537090baeedf61209b1059e24..44176f373d587b2c00ea5958a3848bf0f6343914 100644
--- a/native_client_sdk/src/libraries/nacl_mounts_test/path_test.cc
+++ b/native_client_sdk/src/libraries/nacl_mounts_test/path_test.cc
@@ -4,11 +4,9 @@
*/
#include <fcntl.h>
-#include <unistd.h>
#include "nacl_mounts/kernel_proxy.h"
#include "nacl_mounts/path.h"
-#define __STDC__ 1
#include "gtest/gtest.h"
TEST(PathTest, SanityChecks) {

Powered by Google App Engine
This is Rietveld 408576698