File: testErrorCollision.cpp

package info (click to toggle)
log4shib 1.0.9-3~bpo7%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports-sloppy
  • size: 4,244 kB
  • sloc: cpp: 4,767; sh: 4,210; ansic: 818; makefile: 268
file content (9 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#define ERROR 666
#define LOG4SHIB_FIX_ERROR_COLLISION 1

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

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