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

Unified Diff: fusl/test/vector.cc

Issue 1596483004: [fusl] Build libcxx atop fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: s/ / / Created 4 years, 10 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
« no previous file with comments | « fusl/BUILD.gn ('k') | fusl/tools/copy_libcxx_headers.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/test/vector.cc
diff --git a/fusl/test/empty_main.c b/fusl/test/vector.cc
similarity index 81%
copy from fusl/test/empty_main.c
copy to fusl/test/vector.cc
index 42d078b358438d7da02576fb31bf1d356199d2a9..77b04a305215b38c1acde7d693940283fbaefb0a 100644
--- a/fusl/test/empty_main.c
+++ b/fusl/test/vector.cc
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <vector>
+
int main(int argc, char** argv) {
- return 0;
+ std::vector<int> xs(10);
}
« no previous file with comments | « fusl/BUILD.gn ('k') | fusl/tools/copy_libcxx_headers.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698