File: testErrorCollision.cpp

package info (click to toggle)
log4cpp 0.2.5-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,436 kB
  • ctags: 524
  • sloc: sh: 6,657; cpp: 1,960; ansic: 421; makefile: 334
file content (9 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#define ERROR 666
#define LOG4CPP_FIX_ERROR_COLLISION 1

#include <log4cpp/Priority.hh>
#include <assert.h>

int main(int argc, char** argv) {
    assert(ERROR == 666);
}