From 9f28c5b7fb5d97d5b5def918978d4232e5dde31e Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 12 Nov 2020 18:39:38 +0100 Subject: implement restore of head recursion --- tests/test-cpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-cpp.cpp b/tests/test-cpp.cpp index e80f2d6..5d997f1 100644 --- a/tests/test-cpp.cpp +++ b/tests/test-cpp.cpp @@ -83,7 +83,7 @@ TEST_F(CppTest, preprocessing_tokenize_compile_error) { TEST_F(CppTest, compile) { CPP cpp; - cpp.compile("int main() { return 1 + 1; }"); + cpp.compile("int main() { return 1 + 2; }"); } TEST_F(CppTest, compile_2_times) { -- cgit v1.2.3