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.*"); |
} |