summaryrefslogtreecommitdiffstats
path: root/lib/MiddleWare/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MiddleWare/test.cpp')
-rw-r--r--lib/MiddleWare/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MiddleWare/test.cpp b/lib/MiddleWare/test.cpp
index e5c9b38..633a654 100644
--- a/lib/MiddleWare/test.cpp
+++ b/lib/MiddleWare/test.cpp
@@ -42,7 +42,7 @@ int main(int argc, char** argv)
sprintf(pid, "%d", getpid());
dd.Create(std::string(DEBUG_DUMPS_DIR)+"/"+pid);
dd.SaveProc(pid);
- dd.SaveText(FILENAME_LANGUAGE, "CCpp");
+ dd.SaveText(FILENAME_ANALYZER, "CCpp");
dd.SaveBinary(FILENAME_BINARYDATA1, "ass0-9as", sizeof("ass0-9as"));
/* Try to save it into DB */