We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4cdc4 commit f93807aCopy full SHA for f93807a
src/goto-harness/goto_harness_parse_options.h
@@ -6,8 +6,8 @@ Author: Diffblue Ltd.
6
7
\******************************************************************/
8
9
-#ifndef CRPOVER_GOTO_HARNESS_GOTO_HARNESS_PARSE_OPTIONS_H
10
-#define CRPOVER_GOTO_HARNESS_GOTO_HARNESS_PARSE_OPTIONS_H
+#ifndef CPROVER_GOTO_HARNESS_GOTO_HARNESS_PARSE_OPTIONS_H
+#define CPROVER_GOTO_HARNESS_GOTO_HARNESS_PARSE_OPTIONS_H
11
12
#include <util/parse_options.h>
13
@@ -22,4 +22,4 @@ class goto_harness_parse_optionst : public parse_options_baset
22
goto_harness_parse_optionst(int argc, const char *argv[]);
23
};
24
25
-#endif // CRPOVER_GOTO_HARNESS_GOTO_HARNESS_PARSE_OPTIONS_H
+#endif // CPROVER_GOTO_HARNESS_GOTO_HARNESS_PARSE_OPTIONS_H
0 commit comments