summaryrefslogtreecommitdiffstats
path: root/src/depfile_parser_test.cc
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2012-06-12 21:49:40 (GMT)
committerEvan Martin <martine@danga.com>2012-06-12 21:49:40 (GMT)
commitf95a2460583958a08cc53dd63cda0f502a53befb (patch)
treea0a7f2184412af03785f59147ef021cefa6f6c14 /src/depfile_parser_test.cc
parent2867bbc6e0e2378e8bf6077c4cce95d76dae85e4 (diff)
downloadNinja-f95a2460583958a08cc53dd63cda0f502a53befb.zip
Ninja-f95a2460583958a08cc53dd63cda0f502a53befb.tar.gz
Ninja-f95a2460583958a08cc53dd63cda0f502a53befb.tar.bz2
fix a typo in a test name
Diffstat (limited to 'src/depfile_parser_test.cc')
-rw-r--r--src/depfile_parser_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/depfile_parser_test.cc b/src/depfile_parser_test.cc
index 9094283..736e591 100644
--- a/src/depfile_parser_test.cc
+++ b/src/depfile_parser_test.cc
@@ -103,7 +103,7 @@ TEST_F(DepfileParserTest, Escapes) {
ASSERT_EQ(0u, parser_.ins_.size());
}
-TEST_F(DepfileParserTest, UnifyMultupleOutputs) {
+TEST_F(DepfileParserTest, UnifyMultipleOutputs) {
// check that multiple duplicate targets are properly unified
string err;
EXPECT_TRUE(Parse("foo foo: x y z", &err));