From d1561778f4719cbd13b56219919c5a266ffdf3f2 Mon Sep 17 00:00:00 2001 From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz> Date: Mon, 16 Feb 2015 13:51:09 +0100 Subject: [PATCH] fix conditional compile --- .../grammar/simplify/GrammarLeftRecursionRemoverTest.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alib2algo/test-src/grammar/simplify/GrammarLeftRecursionRemoverTest.h b/alib2algo/test-src/grammar/simplify/GrammarLeftRecursionRemoverTest.h index fcee65ab44..f51d8a98cf 100644 --- a/alib2algo/test-src/grammar/simplify/GrammarLeftRecursionRemoverTest.h +++ b/alib2algo/test-src/grammar/simplify/GrammarLeftRecursionRemoverTest.h @@ -1,5 +1,5 @@ -#ifndef GRAMMAR_EPSILON_REMOVER_TEST_H_ -#define GRAMMAR_EPSILON_REMOVER_TEST_H_ +#ifndef GRAMMAR_LEFT_RECURSION_REMOVER_TEST_H_ +#define GRAMMAR_LEFT_RECURSION_REMOVER_TEST_H_ #include <cppunit/extensions/HelperMacros.h> @@ -24,4 +24,4 @@ public: void testRemoveEpsilonRules5(); }; -#endif /* GRAMMAR_EPSILON_REMOVER_TEST_H_ */ +#endif /* GRAMMAR_LEFT_RECURSION_REMOVER_TEST_H_ */ -- GitLab