Преглед на файлове

BUG: Fix SystemInformation dump output

When this test was renamed from DumpInformation to SystemInformation the
configured header that points the dump executable to the directory
containing information files was broken.  No information has been dumped
by this test for 2 years!  This fixes it.
Brad King преди 16 години
родител
ревизия
924dd34451
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Tests/SystemInformation/DumpInformation.h.in

+ 1 - 1
Tests/SystemInformation/DumpInformation.h.in

@@ -1,6 +1,6 @@
 #ifndef _DumpInformation_h
 #define _DumpInformation_h
 
-#define DumpInformation_BINARY_DIR "@DumpInformation_BINARY_DIR@"
+#define DumpInformation_BINARY_DIR "@SystemInformation_BINARY_DIR@"
 
 #endif