summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/manifest_parser_test.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/manifest_parser_test.cc b/src/manifest_parser_test.cc
index 0be489e..8b00efb 100644
--- a/src/manifest_parser_test.cc
+++ b/src/manifest_parser_test.cc
@@ -72,7 +72,10 @@ TEST_F(ParserTest, RuleAttributes) {
" depfile = a\n"
" description = a\n"
" generator = a\n"
-" restat = a\n"));
+" restat = a\n"
+" rspfile = a\n"
+" rspfile_content = a\n"
+));
}
TEST_F(ParserTest, IgnoreIndentedComments) {