Index: pnacl/prune_test.py |
diff --git a/pnacl/prune_test.py b/pnacl/prune_test.py |
index 89398c4fac648675563eadbbe23305f016f1fc9b..136b6adc0258c94acf5ff074fb5f9c7683849d3c 100755 |
--- a/pnacl/prune_test.py |
+++ b/pnacl/prune_test.py |
@@ -140,7 +140,8 @@ class TestTranslatorPruned(unittest.TestCase): |
'MCAsmLexer', '::AsmLexer', |
# Gigantic Asm MatchTable (globbed for all targets), |
'MatchTable', |
- 'PBQP', |
+ # Pruned out PBQP mostly, except the getCustomPBQPConstraints virtual. |
+ 'RegAllocPBQP', 'PBQP::RegAlloc', |
# Can only check *InstPrinter::print*, not *::getRegisterName(): |
# https://code.google.com/p/nativeclient/issues/detail?id=3326 |
'ARMInstPrinter::print', 'X86.*InstPrinter::print', |