]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix variable name
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 1 Jun 2020 14:56:53 +0000 (16:56 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 1 Jun 2020 14:56:53 +0000 (16:56 +0200)
unittest/test_Args.cpp

index 55fe72280871f7af315bf35e69d5031166627329..086a8785e7b826713e87591ae1f07eac0c8e7435 100644 (file)
@@ -76,7 +76,7 @@ TEST_CASE("Args::from_string")
 
 TEST_CASE("Args::from_gcc_atfile")
 {
-  TestContext testContext;
+  TestContext test_context;
 
   Args args;