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

Unified Diff: unittests/Support/StreamingMemoryObject.cpp

Issue 939073008: Rebased PNaCl localmods in LLVM to 223109 (Closed)
Patch Set: undo localmod Created 5 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 | « unittests/Bitcode/NaClTextFormatterTest.cpp ('k') | utils/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: unittests/Support/StreamingMemoryObject.cpp
diff --git a/unittests/Support/StreamingMemoryObject.cpp b/unittests/Support/StreamingMemoryObject.cpp
index 399501ed35c23a9990a97035758f5593aab00621..4cdbba07f5f336a029286db2658cf0f5a1143bf1 100644
--- a/unittests/Support/StreamingMemoryObject.cpp
+++ b/unittests/Support/StreamingMemoryObject.cpp
@@ -25,6 +25,7 @@ class NullDataStreamer : public DataStreamer {
TEST(StreamingMemoryObject, Test) {
auto *DS = new NullDataStreamer();
- StreamingMemoryObject O(DS);
+ // @LOCALMOD -- Separated StreamingMemoryObject into interface + Impl.
+ StreamingMemoryObjectImpl O(DS);
EXPECT_TRUE(O.isValidAddress(32 * 1024));
}
« no previous file with comments | « unittests/Bitcode/NaClTextFormatterTest.cpp ('k') | utils/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698