diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 6792e83..5b53b10 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -15,7 +15,7 @@ using namespace antlr4; int main(int argc, const char * argv[])
{
- std::ifstream ifs("test/test2.toc");
+ std::ifstream ifs("test/test.toc");
ANTLRInputStream input(ifs);
|
