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

Unified Diff: unittest/IceParseInstsTest.cpp

Issue 1848303003: Simplify references to command line flags. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fix nits. Created 4 years, 9 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 | « unittest/BitcodeMunge.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: unittest/IceParseInstsTest.cpp
diff --git a/unittest/IceParseInstsTest.cpp b/unittest/IceParseInstsTest.cpp
index 8b452d3e2b3480d60b31b7166cfb39e8cad86ad8..25a2799141a84f8dae7080d282ed5f52e611b08a 100644
--- a/unittest/IceParseInstsTest.cpp
+++ b/unittest/IceParseInstsTest.cpp
@@ -70,7 +70,7 @@ TEST(IceParseInstsTest, NonexistentCallArg) {
Munger.getTestResults());
// Show that we generate a fatal error when not allowing error recovery.
- Munger.Flags.setAllowErrorRecovery(false);
+ Ice::ClFlags::Flags.setAllowErrorRecovery(false);
EXPECT_DEATH(Munger.runTest(ParseError), ".*ERROR: Unable to continue.*");
}
« no previous file with comments | « unittest/BitcodeMunge.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698